#D8AD87

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

Shades of Calico #D8AD87

Tints of Calico #D8AD87

Color information

#D8AD87 (or 0xD8AD87) is unknown color: approx Calico. HEX triplet: D8, AD and 87. RGB value is (216,173,135). Sum of RGB (Red+Green+Blue) = 216+173+135=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD87 is #275278. Grayscale: #B5B5B5. Windows color (decimal): -2577017 or 8891864. OLE color: 8891864.

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

Color convert

RGB216173135-
CMYK00.200.380.15
HSL28.15º50.94%68.82%-
HSV(B)28.15º37.5%84.71%-
XYZ47.6446.2429.34-
YUV181.52101.75152.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=41.22%
G=33.02%
B=25.76%

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
Decimal21617313500.200.380.1528.1550.9468.82
HexD8AD8701426F1c3345
Octal33025520702446173463105
Binary1101100010101101100001110101001001101111111001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD87; }

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

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

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

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

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

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

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

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