#D9AC84

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

Shades of Calico #D9AC84

Tints of Calico #D9AC84

Color information

#D9AC84 (or 0xD9AC84) is unknown color: approx Calico. HEX triplet: D9, AC and 84. RGB value is (217,172,132). Sum of RGB (Red+Green+Blue) = 217+172+132=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC84 is #26537B. Grayscale: #B5B5B5. Windows color (decimal): -2511740 or 8695001. OLE color: 8695001.

HSL color Cylindrical-coordinate representation of color #D9AC84: hue angle of 28.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9AC84 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217172132-
CMYK00.210.390.15
HSL28.24º52.8%68.43%-
HSV(B)28.24º39.17%85.1%-
XYZ47.5345.9228.19-
YUV180.9100.41153.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=41.65%
G=33.01%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717213200.210.390.1528.2452.868.43
HexD9AC8401527F1c3544
Octal33125420402547173465104
Binary1101100110101100100001000101011001111111111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC84; }

 p { color: rgb(217,172,132); }

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

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

 a { background-color: rgb(217,172,132); }

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

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

 span { border-color: rgb(217,172,132); }

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