#D4AF89

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

Shades of Calico #D4AF89

Tints of Calico #D4AF89

Color information

#D4AF89 (or 0xD4AF89) is unknown color: approx Calico. HEX triplet: D4, AF and 89. RGB value is (212,175,137). Sum of RGB (Red+Green+Blue) = 212+175+137=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AF89 is #2B5076. Grayscale: #B5B5B5. Windows color (decimal): -2838647 or 9023444. OLE color: 9023444.

HSL color Cylindrical-coordinate representation of color #D4AF89: hue angle of 30.4º 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 #D4AF89 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212175137-
CMYK00.170.350.17
HSL30.4º46.58%68.43%-
HSV(B)30.4º35.38%83.14%-
XYZ4746.4630.16-
YUV181.73102.76149.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 137 (53.91% from 255) = 26.15%
R=40.46%
G=33.40%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217513700.170.350.1730.446.5868.43
HexD4AF8901123111e2f44
Octal32425721102143213657104
Binary11010100101011111000100101000110001110001111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF89; }

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

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

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

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

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

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

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

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