#D2BEAD

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

Shades of Bone #D2BEAD

Tints of Bone #D2BEAD

Color information

#D2BEAD (or 0xD2BEAD) is unknown color: approx Bone. HEX triplet: D2, BE and AD. RGB value is (210,190,173). Sum of RGB (Red+Green+Blue) = 210+190+173=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BEAD is #2D4152. Grayscale: #C2C2C2. Windows color (decimal): -2965843 or 11386578. OLE color: 11386578.

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

Color convert

RGB210190173-
CMYK00.100.180.18
HSL27.57º29.13%75.1%-
HSV(B)27.57º17.62%82.35%-
XYZ52.5353.5547.1-
YUV194.04116.13139.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=36.65%
G=33.16%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019017300.100.180.1827.5729.1375.1
HexD2BEAD0A12121c1d4b
Octal32227625501222223435113
Binary11010010101111101010110101010100101001011100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEAD; }

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

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

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

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

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

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

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

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