#D9AD87

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

Shades of Calico #D9AD87

Tints of Calico #D9AD87

Color information

#D9AD87 (or 0xD9AD87) is unknown color: approx Calico. HEX triplet: D9, AD and 87. RGB value is (217,173,135). Sum of RGB (Red+Green+Blue) = 217+173+135=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD87 is #265278. Grayscale: #B6B6B6. Windows color (decimal): -2511481 or 8891865. OLE color: 8891865.

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

Color convert

RGB217173135-
CMYK00.200.380.15
HSL27.8º51.9%69.02%-
HSV(B)27.8º37.79%85.1%-
XYZ47.9346.3929.35-
YUV181.82101.58153.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=41.33%
G=32.95%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717313500.200.380.1527.851.969.02
HexD9AD8701426F1c3445
Octal33125520702446173464105
Binary1101100110101101100001110101001001101111111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD87; }

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

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

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

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

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

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

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

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