Shades of Bone #DCC2AD
Tints of Bone #DCC2AD
RGB
CMYK
RGB Variations
Color information
#DCC2AD (or 0xDCC2AD) is known color: Bone. HEX triplet: DC, C2 and AD. RGB value is (220,194,173). Sum of RGB (Red+Green+Blue) = 220+194+173=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2AD is #233D52. Grayscale: #C7C7C7. Windows color (decimal): -2309459 or 11387612. OLE color: 11387612.
HSL color Cylindrical-coordinate representation of color #DCC2AD: hue angle of 26.81º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC2AD is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 173 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.14 |
| HSL | 26.81º | 0.4% | 0.77% | - |
| HSV(B) | 26.81º | 0.21% | 0.86% | - |
| XYZ | 56.35 | 56.82 | 47.53 | - |
| YUV | 199.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 173 | 0 | 0.12 | 0.21 | 0.14 | 26.81 | 0.4 | 0.77 |
| Hex | DC | C2 | AD | 0 | C | 15 | E | 1B | 28 | 4D |
| Octal | 334 | 302 | 255 | 0 | 14 | 25 | 16 | 33 | 50 | 115 |
| Binary | 11011100 | 11000010 | 10101101 | 0 | 1100 | 10101 | 1110 | 11011 | 101000 | 1001101 |
Color Harmonies of #DCC2AD
Complementary color
Monochromatic Colors of #DCC2AD
Black with #DCC2AD
Text Example
Text Example
White with #DCC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2AD; }
p { color: rgb(220,194,173); }
H1.HeaderClassName
{
color: #DCC2AD;
}
.AnyTagClassName
{
color: #DCC2AD;
}
</style>
background-color css
<style>
a { background-color: #DCC2AD; }
a { background-color: rgb(220,194,173); }
div.DivClassName
{
background-color: #DCC2AD;
}
.BgClassName
{
background-color: #DCC2AD;
}
</style>
border-color css
<style>
span { border-color: #DCC2AD; }
span { border-color: rgb(220,194,173); }
td.TdClassName
{
border-color: #DCC2AD;
}
.TagClassName
{
border-color: #DCC2AD;
}
</style>