Shades of Bone #DDC4AC
Tints of Bone #DDC4AC
RGB
CMYK
RGB Variations
Color information
#DDC4AC (or 0xDDC4AC) is known color: Bone. HEX triplet: DD, C4 and AC. RGB value is (221,196,172). Sum of RGB (Red+Green+Blue) = 221+196+172=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4AC is #223B53. Grayscale: #C8C8C8. Windows color (decimal): -2243412 or 11322589. OLE color: 11322589.
HSL color Cylindrical-coordinate representation of color #DDC4AC: hue angle of 29.39º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC4AC is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 172 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.13 |
| HSL | 29.39º | 0.42% | 0.77% | - |
| HSV(B) | 29.39º | 0.22% | 0.87% | - |
| XYZ | 57.01 | 57.83 | 47.19 | - |
| YUV | 200.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 172 | 0 | 0.11 | 0.22 | 0.13 | 29.39 | 0.42 | 0.77 |
| Hex | DD | C4 | AC | 0 | B | 16 | D | 1D | 2A | 4D |
| Octal | 335 | 304 | 254 | 0 | 13 | 26 | 15 | 35 | 52 | 115 |
| Binary | 11011101 | 11000100 | 10101100 | 0 | 1011 | 10110 | 1101 | 11101 | 101010 | 1001101 |
Color Harmonies of #DDC4AC
Complementary color
Monochromatic Colors of #DDC4AC
Black with #DDC4AC
Text Example
Text Example
White with #DDC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4AC; }
p { color: rgb(221,196,172); }
H1.HeaderClassName
{
color: #DDC4AC;
}
.AnyTagClassName
{
color: #DDC4AC;
}
</style>
background-color css
<style>
a { background-color: #DDC4AC; }
a { background-color: rgb(221,196,172); }
div.DivClassName
{
background-color: #DDC4AC;
}
.BgClassName
{
background-color: #DDC4AC;
}
</style>
border-color css
<style>
span { border-color: #DDC4AC; }
span { border-color: rgb(221,196,172); }
td.TdClassName
{
border-color: #DDC4AC;
}
.TagClassName
{
border-color: #DDC4AC;
}
</style>