#D5AB88

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

Shades of Calico #D5AB88

Tints of Calico #D5AB88

Color information

#D5AB88 (or 0xD5AB88) is unknown color: approx Calico. HEX triplet: D5, AB and 88. RGB value is (213,171,136). Sum of RGB (Red+Green+Blue) = 213+171+136=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB88 is #2A5477. Grayscale: #B3B3B3. Windows color (decimal): -2774136 or 8956885. OLE color: 8956885.

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

Color convert

RGB213171136-
CMYK00.200.360.16
HSL27.27º47.83%68.43%-
HSV(B)27.27º36.15%83.53%-
XYZ46.4545.0529.54-
YUV179.57103.41151.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=40.96%
G=32.88%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317113600.200.360.1627.2747.8368.43
HexD5AB8801424101b3044
Octal32525321002444203360104
Binary11010101101010111000100001010010010010000110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB88; }

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

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

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

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

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

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

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

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