#D9AC86

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

Shades of Calico #D9AC86

Tints of Calico #D9AC86

Color information

#D9AC86 (or 0xD9AC86) is unknown color: approx Calico. HEX triplet: D9, AC and 86. RGB value is (217,172,134). Sum of RGB (Red+Green+Blue) = 217+172+134=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC86 is #265379. Grayscale: #B5B5B5. Windows color (decimal): -2511738 or 8826073. OLE color: 8826073.

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

Color convert

RGB217172134-
CMYK00.210.380.15
HSL27.47º52.2%68.82%-
HSV(B)27.47º38.25%85.1%-
XYZ47.6745.9828.92-
YUV181.12101.41153.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 134 (52.73% from 255) = 25.62%
R=41.49%
G=32.89%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717213400.210.380.1527.4752.268.82
HexD9AC8601526F1b3445
Octal33125420602546173364105
Binary1101100110101100100001100101011001101111110111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC86; }

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

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

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

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

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

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

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

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