#D4AC80

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

Shades of Calico #D4AC80

Tints of Calico #D4AC80

Color information

#D4AC80 (or 0xD4AC80) is unknown color: approx Calico. HEX triplet: D4, AC and 80. RGB value is (212,172,128). Sum of RGB (Red+Green+Blue) = 212+172+128=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC80 is #2B537F. Grayscale: #B3B3B3. Windows color (decimal): -2839424 or 8432852. OLE color: 8432852.

HSL color Cylindrical-coordinate representation of color #D4AC80: hue angle of 31.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4AC80 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212172128-
CMYK00.190.400.17
HSL31.43º49.41%66.67%-
HSV(B)31.43º39.62%83.14%-
XYZ45.845.0626.71-
YUV178.9499.25151.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 128 (50.39% from 255) = 25%
R=41.41%
G=33.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217212800.190.400.1731.4349.4166.67
HexD4AC8001328111f3143
Octal32425420002350213761103
Binary11010100101011001000000001001110100010001111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC80; }

 p { color: rgb(212,172,128); }

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

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

 a { background-color: rgb(212,172,128); }

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

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

 span { border-color: rgb(212,172,128); }

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