Shades of Bone #DCBD9F
Tints of Bone #DCBD9F
RGB
CMYK
RGB Variations
Color information
#DCBD9F (or 0xDCBD9F) is known color: Bone. HEX triplet: DC, BD and 9F. RGB value is (220,189,159). Sum of RGB (Red+Green+Blue) = 220+189+159=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD9F is #234260. Grayscale: #C3C3C3. Windows color (decimal): -2310753 or 10468828. OLE color: 10468828.
HSL color Cylindrical-coordinate representation of color #DCBD9F: hue angle of 29.51º 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 #DCBD9F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 159 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.14 |
| HSL | 29.51º | 0.47% | 0.74% | - |
| HSV(B) | 29.51º | 0.28% | 0.86% | - |
| XYZ | 53.97 | 54.11 | 40.4 | - |
| YUV | 194.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 159 | 0 | 0.14 | 0.28 | 0.14 | 29.51 | 0.47 | 0.74 |
| Hex | DC | BD | 9F | 0 | E | 1C | E | 1E | 2F | 4A |
| Octal | 334 | 275 | 237 | 0 | 16 | 34 | 16 | 36 | 57 | 112 |
| Binary | 11011100 | 10111101 | 10011111 | 0 | 1110 | 11100 | 1110 | 11110 | 101111 | 1001010 |
Color Harmonies of #DCBD9F
Complementary color
Monochromatic Colors of #DCBD9F
Black with #DCBD9F
Text Example
Text Example
White with #DCBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD9F; }
p { color: rgb(220,189,159); }
H1.HeaderClassName
{
color: #DCBD9F;
}
.AnyTagClassName
{
color: #DCBD9F;
}
</style>
background-color css
<style>
a { background-color: #DCBD9F; }
a { background-color: rgb(220,189,159); }
div.DivClassName
{
background-color: #DCBD9F;
}
.BgClassName
{
background-color: #DCBD9F;
}
</style>
border-color css
<style>
span { border-color: #DCBD9F; }
span { border-color: rgb(220,189,159); }
td.TdClassName
{
border-color: #DCBD9F;
}
.TagClassName
{
border-color: #DCBD9F;
}
</style>