Shades of Bone #DDC7AF
Tints of Bone #DDC7AF
RGB
CMYK
RGB Variations
Color information
#DDC7AF (or 0xDDC7AF) is known color: Bone. HEX triplet: DD, C7 and AF. RGB value is (221,199,175). Sum of RGB (Red+Green+Blue) = 221+199+175=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC7AF is #223850. Grayscale: #CACACA. Windows color (decimal): -2242641 or 11519965. OLE color: 11519965.
HSL color Cylindrical-coordinate representation of color #DDC7AF: hue angle of 31.3º 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 #DDC7AF is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 175 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.13 |
| HSL | 31.3º | 0.4% | 0.78% | - |
| HSV(B) | 31.3º | 0.21% | 0.87% | - |
| XYZ | 57.98 | 59.31 | 48.95 | - |
| YUV | 202.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 175 | 0 | 0.10 | 0.21 | 0.13 | 31.3 | 0.4 | 0.78 |
| Hex | DD | C7 | AF | 0 | A | 15 | D | 1F | 28 | 4E |
| Octal | 335 | 307 | 257 | 0 | 12 | 25 | 15 | 37 | 50 | 116 |
| Binary | 11011101 | 11000111 | 10101111 | 0 | 1010 | 10101 | 1101 | 11111 | 101000 | 1001110 |
Color Harmonies of #DDC7AF
Complementary color
Monochromatic Colors of #DDC7AF
Black with #DDC7AF
Text Example
Text Example
White with #DDC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7AF; }
p { color: rgb(221,199,175); }
H1.HeaderClassName
{
color: #DDC7AF;
}
.AnyTagClassName
{
color: #DDC7AF;
}
</style>
background-color css
<style>
a { background-color: #DDC7AF; }
a { background-color: rgb(221,199,175); }
div.DivClassName
{
background-color: #DDC7AF;
}
.BgClassName
{
background-color: #DDC7AF;
}
</style>
border-color css
<style>
span { border-color: #DDC7AF; }
span { border-color: rgb(221,199,175); }
td.TdClassName
{
border-color: #DDC7AF;
}
.TagClassName
{
border-color: #DDC7AF;
}
</style>