#D1AC80

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

Shades of Calico #D1AC80

Tints of Calico #D1AC80

Color information

#D1AC80 (or 0xD1AC80) is unknown color: approx Calico. HEX triplet: D1, AC and 80. RGB value is (209,172,128). Sum of RGB (Red+Green+Blue) = 209+172+128=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC80 is #2E537F. Grayscale: #B2B2B2. Windows color (decimal): -3036032 or 8432849. OLE color: 8432849.

HSL color Cylindrical-coordinate representation of color #D1AC80: hue angle of 32.59º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1AC80 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209172128-
CMYK00.180.390.18
HSL32.59º46.82%66.08%-
HSV(B)32.59º38.76%81.96%-
XYZ44.9444.6226.67-
YUV178.0599.76150.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=41.06%
G=33.79%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917212800.180.390.1832.5946.8266.08
HexD1AC800122712212f42
Octal32125420002247224157102
Binary110100011010110010000000010010100111100101000011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC80; }

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

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

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

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

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

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

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

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