#D4AF88

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

Shades of Calico #D4AF88

Tints of Calico #D4AF88

Color information

#D4AF88 (or 0xD4AF88) is unknown color: approx Calico. HEX triplet: D4, AF and 88. RGB value is (212,175,136). Sum of RGB (Red+Green+Blue) = 212+175+136=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AF88 is #2B5077. Grayscale: #B5B5B5. Windows color (decimal): -2838648 or 8957908. OLE color: 8957908.

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

Color convert

RGB212175136-
CMYK00.170.360.17
HSL30.79º46.91%68.24%-
HSV(B)30.79º35.85%83.14%-
XYZ46.9346.4329.78-
YUV181.62102.26149.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=40.54%
G=33.46%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217513600.170.360.1730.7946.9168.24
HexD4AF8801124111f2f44
Octal32425721002144213757104
Binary11010100101011111000100001000110010010001111111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF88; }

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

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

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

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

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

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

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

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