#D0BEAD

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

Shades of Bone #D0BEAD

Tints of Bone #D0BEAD

Color information

#D0BEAD (or 0xD0BEAD) is unknown color: approx Bone. HEX triplet: D0, BE and AD. RGB value is (208,190,173). Sum of RGB (Red+Green+Blue) = 208+190+173=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEAD is #2F4152. Grayscale: #C1C1C1. Windows color (decimal): -3096915 or 11386576. OLE color: 11386576.

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

Color convert

RGB208190173-
CMYK00.090.170.18
HSL29.14º27.13%74.71%-
HSV(B)29.14º16.83%81.57%-
XYZ51.9753.2547.08-
YUV193.44116.46138.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=36.43%
G=33.27%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819017300.090.170.1829.1427.1374.71
HexD0BEAD0911121d1b4b
Octal32027625501121223533113
Binary11010000101111101010110101001100011001011101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEAD; }

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

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

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

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

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

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

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

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