#D2B182

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

Shades of Calico #D2B182

Tints of Calico #D2B182

Color information

#D2B182 (or 0xD2B182) is unknown color: approx Calico. HEX triplet: D2, B1 and 82. RGB value is (210,177,130). Sum of RGB (Red+Green+Blue) = 210+177+130=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B182 is #2D4E7D. Grayscale: #B5B5B5. Windows color (decimal): -2969214 or 8565202. OLE color: 8565202.

HSL color Cylindrical-coordinate representation of color #D2B182: hue angle of 35.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2B182 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210177130-
CMYK00.160.380.18
HSL35.25º47.06%66.67%-
HSV(B)35.25º38.1%82.35%-
XYZ46.3346.7627.7-
YUV181.5198.93148.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=40.62%
G=34.24%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017713000.160.380.1835.2547.0666.67
HexD2B1820102612232f43
Octal32226120202046224357103
Binary110100101011000110000010010000100110100101000111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B182; }

 p { color: rgb(210,177,130); }

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

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

 a { background-color: rgb(210,177,130); }

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

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

 span { border-color: rgb(210,177,130); }

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