#D0A47D

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

Shades of Cameo #D0A47D

Tints of Cameo #D0A47D

Color information

#D0A47D (or 0xD0A47D) is unknown color: approx Cameo. HEX triplet: D0, A4 and 7D. RGB value is (208,164,125). Sum of RGB (Red+Green+Blue) = 208+164+125=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A47D is #2F5B82. Grayscale: #ACACAC. Windows color (decimal): -3103619 or 8234192. OLE color: 8234192.

HSL color Cylindrical-coordinate representation of color #D0A47D: hue angle of 28.19º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0A47D is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208164125-
CMYK00.210.400.18
HSL28.19º46.89%65.29%-
HSV(B)28.19º39.9%81.57%-
XYZ42.9941.4425.14-
YUV172.71101.08153.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=41.85%
G=33.00%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816412500.210.400.1828.1946.8965.29
HexD0A47D01528121c2f41
Octal32024417502550223457101
Binary1101000010100100111110101010110100010010111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A47D; }

 p { color: rgb(208,164,125); }

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

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

 a { background-color: rgb(208,164,125); }

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

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

 span { border-color: rgb(208,164,125); }

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