#D0A178

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

Shades of Cameo #D0A178

Tints of Cameo #D0A178

Color information

#D0A178 (or 0xD0A178) is unknown color: approx Cameo. HEX triplet: D0, A1 and 78. RGB value is (208,161,120). Sum of RGB (Red+Green+Blue) = 208+161+120=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A178 is #2F5E87. Grayscale: #AAAAAA. Windows color (decimal): -3104392 or 7905744. OLE color: 7905744.

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

Color convert

RGB208161120-
CMYK00.230.420.18
HSL27.95º48.35%64.31%-
HSV(B)27.95º42.31%81.57%-
XYZ42.1540.2623.32-
YUV170.3899.57154.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=42.54%
G=32.92%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816112000.230.420.1827.9548.3564.31
HexD0A1780172A121c3040
Octal32024117002752223460100
Binary1101000010100001111100001011110101010010111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A178; }

 p { color: rgb(208,161,120); }

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

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

 a { background-color: rgb(208,161,120); }

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

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

 span { border-color: rgb(208,161,120); }

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