#D4A17D

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

Shades of Cameo #D4A17D

Tints of Cameo #D4A17D

Color information

#D4A17D (or 0xD4A17D) is unknown color: approx Cameo. HEX triplet: D4, A1 and 7D. RGB value is (212,161,125). Sum of RGB (Red+Green+Blue) = 212+161+125=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A17D is #2B5E82. Grayscale: #ACACAC. Windows color (decimal): -2842243 or 8233428. OLE color: 8233428.

HSL color Cylindrical-coordinate representation of color #D4A17D: hue angle of 24.83º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4A17D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212161125-
CMYK00.240.410.17
HSL24.83º50.29%66.08%-
HSV(B)24.83º41.04%83.14%-
XYZ43.640.9725.01-
YUV172.14101.4156.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=42.57%
G=32.33%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216112500.240.410.1724.8350.2966.08
HexD4A17D0182911193242
Octal32424117503051213162102
Binary1101010010100001111110101100010100110001110011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A17D; }

 p { color: rgb(212,161,125); }

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

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

 a { background-color: rgb(212,161,125); }

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

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

 span { border-color: rgb(212,161,125); }

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