#D2B287

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

Shades of Calico #D2B287

Tints of Calico #D2B287

Color information

#D2B287 (or 0xD2B287) is unknown color: approx Calico. HEX triplet: D2, B2 and 87. RGB value is (210,178,135). Sum of RGB (Red+Green+Blue) = 210+178+135=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B287 is #2D4D78. Grayscale: #B6B6B6. Windows color (decimal): -2968953 or 8893138. OLE color: 8893138.

HSL color Cylindrical-coordinate representation of color #D2B287: hue angle of 34.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 #D2B287 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB210178135-
CMYK00.150.360.18
HSL34.4º45.45%67.65%-
HSV(B)34.4º35.71%82.35%-
XYZ46.8747.2929.58-
YUV182.67101.1147.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 135 (53.12% from 255) = 25.81%
R=40.15%
G=34.03%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017813500.150.360.1834.445.4567.65
HexD2B2870F2412222d44
Octal32226220701744224255104
Binary11010010101100101000011101111100100100101000101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B287; }

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

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

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

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

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

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

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

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