#D1AB88

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

Shades of Calico #D1AB88

Tints of Calico #D1AB88

Color information

#D1AB88 (or 0xD1AB88) is unknown color: approx Calico. HEX triplet: D1, AB and 88. RGB value is (209,171,136). Sum of RGB (Red+Green+Blue) = 209+171+136=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB88 is #2E5477. Grayscale: #B2B2B2. Windows color (decimal): -3036280 or 8956881. OLE color: 8956881.

HSL color Cylindrical-coordinate representation of color #D1AB88: hue angle of 28.77º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1AB88 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB209171136-
CMYK00.180.350.18
HSL28.77º44.24%67.65%-
HSV(B)28.77º34.93%81.96%-
XYZ45.344.4629.49-
YUV178.37104.09149.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=40.50%
G=33.14%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917113600.180.350.1828.7744.2467.65
HexD1AB8801223121d2c44
Octal32125321002243223554104
Binary11010001101010111000100001001010001110010111011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB88; }

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

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

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

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

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

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

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

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