#D1AC82

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

Shades of Calico #D1AC82

Tints of Calico #D1AC82

Color information

#D1AC82 (or 0xD1AC82) is unknown color: approx Calico. HEX triplet: D1, AC and 82. RGB value is (209,172,130). Sum of RGB (Red+Green+Blue) = 209+172+130=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC82 is #2E537D. Grayscale: #B2B2B2. Windows color (decimal): -3036030 or 8563921. OLE color: 8563921.

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

Color convert

RGB209172130-
CMYK00.180.380.18
HSL31.9º46.2%66.47%-
HSV(B)31.9º37.8%81.96%-
XYZ45.0844.6727.37-
YUV178.27100.76149.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=40.90%
G=33.66%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917213000.180.380.1831.946.266.47
HexD1AC820122612202e42
Octal32125420202246224056102
Binary110100011010110010000010010010100110100101000001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC82; }

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

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

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

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

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

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

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

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