Shades of Bone #DDC8AF
Tints of Bone #DDC8AF
RGB
CMYK
RGB Variations
Color information
#DDC8AF (or 0xDDC8AF) is known color: Bone. HEX triplet: DD, C8 and AF. RGB value is (221,200,175). Sum of RGB (Red+Green+Blue) = 221+200+175=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8AF is #223750. Grayscale: #CBCBCB. Windows color (decimal): -2242385 or 11520221. OLE color: 11520221.
HSL color Cylindrical-coordinate representation of color #DDC8AF: hue angle of 32.61º 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 #DDC8AF is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 175 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.13 |
| HSL | 32.61º | 0.4% | 0.78% | - |
| HSV(B) | 32.61º | 0.21% | 0.87% | - |
| XYZ | 58.21 | 59.78 | 49.03 | - |
| YUV | 203.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 175 | 0 | 0.10 | 0.21 | 0.13 | 32.61 | 0.4 | 0.78 |
| Hex | DD | C8 | AF | 0 | A | 15 | D | 21 | 28 | 4E |
| Octal | 335 | 310 | 257 | 0 | 12 | 25 | 15 | 41 | 50 | 116 |
| Binary | 11011101 | 11001000 | 10101111 | 0 | 1010 | 10101 | 1101 | 100001 | 101000 | 1001110 |
Color Harmonies of #DDC8AF
Complementary color
Monochromatic Colors of #DDC8AF
Black with #DDC8AF
Text Example
Text Example
White with #DDC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8AF; }
p { color: rgb(221,200,175); }
H1.HeaderClassName
{
color: #DDC8AF;
}
.AnyTagClassName
{
color: #DDC8AF;
}
</style>
background-color css
<style>
a { background-color: #DDC8AF; }
a { background-color: rgb(221,200,175); }
div.DivClassName
{
background-color: #DDC8AF;
}
.BgClassName
{
background-color: #DDC8AF;
}
</style>
border-color css
<style>
span { border-color: #DDC8AF; }
span { border-color: rgb(221,200,175); }
td.TdClassName
{
border-color: #DDC8AF;
}
.TagClassName
{
border-color: #DDC8AF;
}
</style>