#D4A989

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

Shades of Cameo #D4A989

Tints of Cameo #D4A989

Color information

#D4A989 (or 0xD4A989) is unknown color: approx Cameo. HEX triplet: D4, A9 and 89. RGB value is (212,169,137). Sum of RGB (Red+Green+Blue) = 212+169+137=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A989 is #2B5676. Grayscale: #B2B2B2. Windows color (decimal): -2840183 or 9021908. OLE color: 9021908.

HSL color Cylindrical-coordinate representation of color #D4A989: hue angle of 25.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4A989 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212169137-
CMYK00.200.350.17
HSL25.6º46.58%68.43%-
HSV(B)25.6º35.38%83.14%-
XYZ45.8544.1829.78-
YUV178.21104.75152.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=40.93%
G=32.63%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216913700.200.350.1725.646.5868.43
HexD4A98901423111a2f44
Octal32425121102443213257104
Binary11010100101010011000100101010010001110001110101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A989; }

 p { color: rgb(212,169,137); }

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

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

 a { background-color: rgb(212,169,137); }

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

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

 span { border-color: rgb(212,169,137); }

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