Shades of Bone #DCC5AC
Tints of Bone #DCC5AC
RGB
CMYK
RGB Variations
Color information
#DCC5AC (or 0xDCC5AC) is known color: Bone. HEX triplet: DC, C5 and AC. RGB value is (220,197,172). Sum of RGB (Red+Green+Blue) = 220+197+172=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5AC is #233A53. Grayscale: #C9C9C9. Windows color (decimal): -2308692 or 11322844. OLE color: 11322844.
HSL color Cylindrical-coordinate representation of color #DCC5AC: hue angle of 31.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC5AC is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 172 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.14 |
| HSL | 31.25º | 0.41% | 0.77% | - |
| HSV(B) | 31.25º | 0.22% | 0.86% | - |
| XYZ | 56.93 | 58.13 | 47.25 | - |
| YUV | 201.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 172 | 0 | 0.10 | 0.22 | 0.14 | 31.25 | 0.41 | 0.77 |
| Hex | DC | C5 | AC | 0 | A | 16 | E | 1F | 29 | 4D |
| Octal | 334 | 305 | 254 | 0 | 12 | 26 | 16 | 37 | 51 | 115 |
| Binary | 11011100 | 11000101 | 10101100 | 0 | 1010 | 10110 | 1110 | 11111 | 101001 | 1001101 |
Color Harmonies of #DCC5AC
Complementary color
Monochromatic Colors of #DCC5AC
Black with #DCC5AC
Text Example
Text Example
White with #DCC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5AC; }
p { color: rgb(220,197,172); }
H1.HeaderClassName
{
color: #DCC5AC;
}
.AnyTagClassName
{
color: #DCC5AC;
}
</style>
background-color css
<style>
a { background-color: #DCC5AC; }
a { background-color: rgb(220,197,172); }
div.DivClassName
{
background-color: #DCC5AC;
}
.BgClassName
{
background-color: #DCC5AC;
}
</style>
border-color css
<style>
span { border-color: #DCC5AC; }
span { border-color: rgb(220,197,172); }
td.TdClassName
{
border-color: #DCC5AC;
}
.TagClassName
{
border-color: #DCC5AC;
}
</style>