Shades of Bone #DCC5AD
Tints of Bone #DCC5AD
RGB
CMYK
RGB Variations
Color information
#DCC5AD (or 0xDCC5AD) is known color: Bone. HEX triplet: DC, C5 and AD. RGB value is (220,197,173). Sum of RGB (Red+Green+Blue) = 220+197+173=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5AD is #233A52. Grayscale: #C9C9C9. Windows color (decimal): -2308691 or 11388380. OLE color: 11388380.
HSL color Cylindrical-coordinate representation of color #DCC5AD: hue angle of 30.64º 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 #DCC5AD is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 173 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.14 |
| HSL | 30.64º | 0.4% | 0.77% | - |
| HSV(B) | 30.64º | 0.21% | 0.86% | - |
| XYZ | 57.02 | 58.17 | 47.76 | - |
| YUV | 201.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 173 | 0 | 0.10 | 0.21 | 0.14 | 30.64 | 0.4 | 0.77 |
| Hex | DC | C5 | AD | 0 | A | 15 | E | 1F | 28 | 4D |
| Octal | 334 | 305 | 255 | 0 | 12 | 25 | 16 | 37 | 50 | 115 |
| Binary | 11011100 | 11000101 | 10101101 | 0 | 1010 | 10101 | 1110 | 11111 | 101000 | 1001101 |
Color Harmonies of #DCC5AD
Complementary color
Monochromatic Colors of #DCC5AD
Black with #DCC5AD
Text Example
Text Example
White with #DCC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5AD; }
p { color: rgb(220,197,173); }
H1.HeaderClassName
{
color: #DCC5AD;
}
.AnyTagClassName
{
color: #DCC5AD;
}
</style>
background-color css
<style>
a { background-color: #DCC5AD; }
a { background-color: rgb(220,197,173); }
div.DivClassName
{
background-color: #DCC5AD;
}
.BgClassName
{
background-color: #DCC5AD;
}
</style>
border-color css
<style>
span { border-color: #DCC5AD; }
span { border-color: rgb(220,197,173); }
td.TdClassName
{
border-color: #DCC5AD;
}
.TagClassName
{
border-color: #DCC5AD;
}
</style>