#D2AB8A

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

Shades of Calico #D2AB8A

Tints of Calico #D2AB8A

Color information

#D2AB8A (or 0xD2AB8A) is unknown color: approx Calico. HEX triplet: D2, AB and 8A. RGB value is (210,171,138). Sum of RGB (Red+Green+Blue) = 210+171+138=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB8A is #2D5475. Grayscale: #B3B3B3. Windows color (decimal): -2970742 or 9087954. OLE color: 9087954.

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

Color convert

RGB210171138-
CMYK00.190.340.18
HSL27.5º44.44%68.24%-
HSV(B)27.5º34.29%82.35%-
XYZ45.7344.6630.26-
YUV178.9104.92150.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=40.46%
G=32.95%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017113800.190.340.1827.544.4468.24
HexD2AB8A01322121c2c44
Octal32225321202342223454104
Binary11010010101010111000101001001110001010010111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB8A; }

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

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

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

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

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

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

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

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