#D4AE84

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

Shades of Calico #D4AE84

Tints of Calico #D4AE84

Color information

#D4AE84 (or 0xD4AE84) is unknown color: approx Calico. HEX triplet: D4, AE and 84. RGB value is (212,174,132). Sum of RGB (Red+Green+Blue) = 212+174+132=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AE84 is #2B517B. Grayscale: #B4B4B4. Windows color (decimal): -2838908 or 8695508. OLE color: 8695508.

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

Color convert

RGB212174132-
CMYK00.180.380.17
HSL31.5º48.19%67.45%-
HSV(B)31.5º37.74%83.14%-
XYZ46.4545.9428.25-
YUV180.57100.59150.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=40.93%
G=33.59%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217413200.180.380.1731.548.1967.45
HexD4AE840122611203043
Octal32425620402246214060103
Binary110101001010111010000100010010100110100011000001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE84; }

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

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

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

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

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

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

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

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