#D4AA84

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

Shades of Calico #D4AA84

Tints of Calico #D4AA84

Color information

#D4AA84 (or 0xD4AA84) is unknown color: approx Calico. HEX triplet: D4, AA and 84. RGB value is (212,170,132). Sum of RGB (Red+Green+Blue) = 212+170+132=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA84 is #2B557B. Grayscale: #B2B2B2. Windows color (decimal): -2839932 or 8694484. OLE color: 8694484.

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

Color convert

RGB212170132-
CMYK00.200.380.17
HSL28.5º48.19%67.45%-
HSV(B)28.5º37.74%83.14%-
XYZ45.6944.4127.99-
YUV178.23101.91152.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=41.25%
G=33.07%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217013200.200.380.1728.548.1967.45
HexD4AA8401426111d3043
Octal32425220402446213560103
Binary11010100101010101000010001010010011010001111011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA84; }

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

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

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

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

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

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

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

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