#D0A075

Color #D0A075 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #D0A075

Tints of Cameo #D0A075

Color information

#D0A075 (or 0xD0A075) is unknown color: approx Cameo. HEX triplet: D0, A0 and 75. RGB value is (208,160,117). Sum of RGB (Red+Green+Blue) = 208+160+117=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A075 is #2F5F8A. Grayscale: #A9A9A9. Windows color (decimal): -3104651 or 7708880. OLE color: 7708880.

HSL color Cylindrical-coordinate representation of color #D0A075: hue angle of 28.35º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0A075 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208160117-
CMYK00.230.440.18
HSL28.35º49.19%63.73%-
HSV(B)28.35º43.75%81.57%-
XYZ41.7939.8422.32-
YUV169.4598.4155.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=42.89%
G=32.99%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816011700.230.440.1828.3549.1963.73
HexD0A0750172C121c3140
Octal32024016502754223461100
Binary1101000010100000111010101011110110010010111001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A075; }

 p { color: rgb(208,160,117); }

 H1.HeaderClassName
 {
   color: #D0A075;
 }
 .AnyTagClassName
 {
   color: #D0A075;
 }
</style>
background-color css

<style>
 a { background-color: #D0A075; }

 a { background-color: rgb(208,160,117); }

 div.DivClassName
 {
   background-color: #D0A075;
 }
 .BgClassName
 {
   background-color: #D0A075;
 }
</style>
border-color css

<style>
 span { border-color: #D0A075; }

 span { border-color: rgb(208,160,117); }

 td.TdClassName
 {
   border-color: #D0A075;
 }
 .TagClassName
 {
   border-color: #D0A075;
 }
</style>