#D5AB87

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

Shades of Calico #D5AB87

Tints of Calico #D5AB87

Color information

#D5AB87 (or 0xD5AB87) is unknown color: approx Calico. HEX triplet: D5, AB and 87. RGB value is (213,171,135). Sum of RGB (Red+Green+Blue) = 213+171+135=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB87 is #2A5478. Grayscale: #B3B3B3. Windows color (decimal): -2774137 or 8891349. OLE color: 8891349.

HSL color Cylindrical-coordinate representation of color #D5AB87: hue angle of 27.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5AB87 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB213171135-
CMYK00.200.370.16
HSL27.69º48.15%68.24%-
HSV(B)27.69º36.62%83.53%-
XYZ46.3845.0229.17-
YUV179.45102.91151.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=41.04%
G=32.95%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317113500.200.370.1627.6948.1568.24
HexD5AB8701425101c3044
Octal32525320702445203460104
Binary11010101101010111000011101010010010110000111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB87; }

 p { color: rgb(213,171,135); }

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

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

 a { background-color: rgb(213,171,135); }

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

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

 span { border-color: rgb(213,171,135); }

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