#D2AD87

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

Shades of Calico #D2AD87

Tints of Calico #D2AD87

Color information

#D2AD87 (or 0xD2AD87) is unknown color: approx Calico. HEX triplet: D2, AD and 87. RGB value is (210,173,135). Sum of RGB (Red+Green+Blue) = 210+173+135=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD87 is #2D5278. Grayscale: #B3B3B3. Windows color (decimal): -2970233 or 8891858. OLE color: 8891858.

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

Color convert

RGB210173135-
CMYK00.180.360.18
HSL30.4º45.45%67.65%-
HSV(B)30.4º35.71%82.35%-
XYZ45.945.3429.25-
YUV179.73102.76149.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=40.54%
G=33.40%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017313500.180.360.1830.445.4567.65
HexD2AD8701224121e2d44
Octal32225520702244223655104
Binary11010010101011011000011101001010010010010111101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD87; }

 p { color: rgb(210,173,135); }

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

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

 a { background-color: rgb(210,173,135); }

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

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

 span { border-color: rgb(210,173,135); }

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