#D4AA7C

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

Shades of Calico #D4AA7C

Tints of Calico #D4AA7C

Color information

#D4AA7C (or 0xD4AA7C) is unknown color: approx Calico. HEX triplet: D4, AA and 7C. RGB value is (212,170,124). Sum of RGB (Red+Green+Blue) = 212+170+124=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA7C is #2B5583. Grayscale: #B1B1B1. Windows color (decimal): -2839940 or 8170196. OLE color: 8170196.

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

Color convert

RGB212170124-
CMYK00.200.420.17
HSL31.36º50.57%65.88%-
HSV(B)31.36º41.51%83.14%-
XYZ45.1644.225.22-
YUV177.3197.91152.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=41.90%
G=33.60%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217012400.200.420.1731.3650.5765.88
HexD4AA7C0142A111f3342
Octal32425217402452213763102
Binary1101010010101010111110001010010101010001111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA7C; }

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

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

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

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

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

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

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

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