#D4A27C

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

Shades of Cameo #D4A27C

Tints of Cameo #D4A27C

Color information

#D4A27C (or 0xD4A27C) is unknown color: approx Cameo. HEX triplet: D4, A2 and 7C. RGB value is (212,162,124). Sum of RGB (Red+Green+Blue) = 212+162+124=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A27C is #2B5D83. Grayscale: #ACACAC. Windows color (decimal): -2841988 or 8168148. OLE color: 8168148.

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

Color convert

RGB212162124-
CMYK00.240.420.17
HSL25.91º50.57%65.88%-
HSV(B)25.91º41.51%83.14%-
XYZ43.7141.2924.74-
YUV172.62100.56156.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=42.57%
G=32.53%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216212400.240.420.1725.9150.5765.88
HexD4A27C0182A111a3342
Octal32424217403052213263102
Binary1101010010100010111110001100010101010001110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A27C; }

 p { color: rgb(212,162,124); }

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

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

 a { background-color: rgb(212,162,124); }

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

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

 span { border-color: rgb(212,162,124); }

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