#D9AC87

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

Shades of Calico #D9AC87

Tints of Calico #D9AC87

Color information

#D9AC87 (or 0xD9AC87) is unknown color: approx Calico. HEX triplet: D9, AC and 87. RGB value is (217,172,135). Sum of RGB (Red+Green+Blue) = 217+172+135=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC87 is #265378. Grayscale: #B5B5B5. Windows color (decimal): -2511737 or 8891609. OLE color: 8891609.

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

Color convert

RGB217172135-
CMYK00.210.380.15
HSL27.07º51.9%69.02%-
HSV(B)27.07º37.79%85.1%-
XYZ47.7446.0129.29-
YUV181.24101.91153.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=41.41%
G=32.82%
B=25.76%

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
Decimal21717213500.210.380.1527.0751.969.02
HexD9AC8701526F1b3445
Octal33125420702546173364105
Binary1101100110101100100001110101011001101111110111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC87; }

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

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

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

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

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

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

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

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