#D2C0B0

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

Shades of Bone #D2C0B0

Tints of Bone #D2C0B0

Color information

#D2C0B0 (or 0xD2C0B0) is unknown color: approx Bone. HEX triplet: D2, C0 and B0. RGB value is (210,192,176). Sum of RGB (Red+Green+Blue) = 210+192+176=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C0B0 is #2D3F4F. Grayscale: #C3C3C3. Windows color (decimal): -2965328 or 11583698. OLE color: 11583698.

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

Color convert

RGB210192176-
CMYK00.090.160.18
HSL28.24º27.42%75.69%-
HSV(B)28.24º16.19%82.35%-
XYZ53.2654.5448.79-
YUV195.56116.96138.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=36.33%
G=33.22%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019217600.090.160.1828.2427.4275.69
HexD2C0B00910121c1b4c
Octal32230026001120223433114
Binary11010010110000001011000001001100001001011100110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0B0; }

 p { color: rgb(210,192,176); }

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

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

 a { background-color: rgb(210,192,176); }

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

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

 span { border-color: rgb(210,192,176); }

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