#D2AB80

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

Shades of Calico #D2AB80

Tints of Calico #D2AB80

Color information

#D2AB80 (or 0xD2AB80) is unknown color: approx Calico. HEX triplet: D2, AB and 80. RGB value is (210,171,128). Sum of RGB (Red+Green+Blue) = 210+171+128=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB80 is #2D547F. Grayscale: #B1B1B1. Windows color (decimal): -2970752 or 8432594. OLE color: 8432594.

HSL color Cylindrical-coordinate representation of color #D2AB80: hue angle of 31.46º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2AB80 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210171128-
CMYK00.190.390.18
HSL31.46º47.67%66.27%-
HSV(B)31.46º39.05%82.35%-
XYZ45.0444.3926.62-
YUV177.7699.92151-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.26%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=41.26%
G=33.60%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017112800.190.390.1831.4647.6766.27
HexD2AB8001327121f3042
Octal32225320002347223760102
Binary11010010101010111000000001001110011110010111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB80; }

 p { color: rgb(210,171,128); }

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

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

 a { background-color: rgb(210,171,128); }

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

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

 span { border-color: rgb(210,171,128); }

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