Shades of Bone #DDC9AF
Tints of Bone #DDC9AF
RGB
CMYK
RGB Variations
Color information
#DDC9AF (or 0xDDC9AF) is known color: Bone. HEX triplet: DD, C9 and AF. RGB value is (221,201,175). Sum of RGB (Red+Green+Blue) = 221+201+175=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9AF is #223650. Grayscale: #CCCCCC. Windows color (decimal): -2242129 or 11520477. OLE color: 11520477.
HSL color Cylindrical-coordinate representation of color #DDC9AF: hue angle of 33.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC9AF is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 175 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.13 |
| HSL | 33.91º | 0.4% | 0.78% | - |
| HSV(B) | 33.91º | 0.21% | 0.87% | - |
| XYZ | 58.44 | 60.24 | 49.1 | - |
| YUV | 204.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 175 | 0 | 0.09 | 0.21 | 0.13 | 33.91 | 0.4 | 0.78 |
| Hex | DD | C9 | AF | 0 | 9 | 15 | D | 22 | 28 | 4E |
| Octal | 335 | 311 | 257 | 0 | 11 | 25 | 15 | 42 | 50 | 116 |
| Binary | 11011101 | 11001001 | 10101111 | 0 | 1001 | 10101 | 1101 | 100010 | 101000 | 1001110 |
Color Harmonies of #DDC9AF
Complementary color
Monochromatic Colors of #DDC9AF
Black with #DDC9AF
Text Example
Text Example
White with #DDC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9AF; }
p { color: rgb(221,201,175); }
H1.HeaderClassName
{
color: #DDC9AF;
}
.AnyTagClassName
{
color: #DDC9AF;
}
</style>
background-color css
<style>
a { background-color: #DDC9AF; }
a { background-color: rgb(221,201,175); }
div.DivClassName
{
background-color: #DDC9AF;
}
.BgClassName
{
background-color: #DDC9AF;
}
</style>
border-color css
<style>
span { border-color: #DDC9AF; }
span { border-color: rgb(221,201,175); }
td.TdClassName
{
border-color: #DDC9AF;
}
.TagClassName
{
border-color: #DDC9AF;
}
</style>