Shades of Bone #DCBE9F
Tints of Bone #DCBE9F
RGB
CMYK
RGB Variations
Color information
#DCBE9F (or 0xDCBE9F) is known color: Bone. HEX triplet: DC, BE and 9F. RGB value is (220,190,159). Sum of RGB (Red+Green+Blue) = 220+190+159=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE9F is #234160. Grayscale: #C3C3C3. Windows color (decimal): -2310497 or 10469084. OLE color: 10469084.
HSL color Cylindrical-coordinate representation of color #DCBE9F: hue angle of 30.49º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCBE9F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 190 | 159 | - |
CMYK | 0 | 0.14 | 0.28 | 0.14 |
HSL | 30.49º | 0.47% | 0.74% | - |
HSV(B) | 30.49º | 0.28% | 0.86% | - |
XYZ | 54.19 | 54.55 | 40.47 | - |
YUV | 195.44 | 107.44 | 145.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 190 | 159 | 0 | 0.14 | 0.28 | 0.14 | 30.49 | 0.47 | 0.74 |
Hex | DC | BE | 9F | 0 | E | 1C | E | 1E | 2F | 4A |
Octal | 334 | 276 | 237 | 0 | 16 | 34 | 16 | 36 | 57 | 112 |
Binary | 11011100 | 10111110 | 10011111 | 0 | 1110 | 11100 | 1110 | 11110 | 101111 | 1001010 |
Color Harmonies of #DCBE9F
Complementary color
Monochromatic Colors of #DCBE9F
Black with #DCBE9F
Text Example
Text Example
White with #DCBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE9F; }
p { color: rgb(220,190,159); }
H1.HeaderClassName
{
color: #DCBE9F;
}
.AnyTagClassName
{
color: #DCBE9F;
}
</style>
background-color css
<style>
a { background-color: #DCBE9F; }
a { background-color: rgb(220,190,159); }
div.DivClassName
{
background-color: #DCBE9F;
}
.BgClassName
{
background-color: #DCBE9F;
}
</style>
border-color css
<style>
span { border-color: #DCBE9F; }
span { border-color: rgb(220,190,159); }
td.TdClassName
{
border-color: #DCBE9F;
}
.TagClassName
{
border-color: #DCBE9F;
}
</style>