#D0AC81

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

Shades of Calico #D0AC81

Tints of Calico #D0AC81

Color information

#D0AC81 (or 0xD0AC81) is unknown color: approx Calico. HEX triplet: D0, AC and 81. RGB value is (208,172,129). Sum of RGB (Red+Green+Blue) = 208+172+129=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC81 is #2F537E. Grayscale: #B2B2B2. Windows color (decimal): -3101567 or 8498384. OLE color: 8498384.

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

Color convert

RGB208172129-
CMYK00.170.380.18
HSL32.66º45.66%66.08%-
HSV(B)32.66º37.98%81.57%-
XYZ44.7344.527-
YUV177.86100.43149.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=40.86%
G=33.79%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817212900.170.380.1832.6645.6666.08
HexD0AC810112612212e42
Octal32025420102146224156102
Binary110100001010110010000001010001100110100101000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC81; }

 p { color: rgb(208,172,129); }

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

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

 a { background-color: rgb(208,172,129); }

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

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

 span { border-color: rgb(208,172,129); }

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