Shades of Bone #DDC1AA
Tints of Bone #DDC1AA
RGB
CMYK
RGB Variations
Color information
#DDC1AA (or 0xDDC1AA) is known color: Bone. HEX triplet: DD, C1 and AA. RGB value is (221,193,170). Sum of RGB (Red+Green+Blue) = 221+193+170=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC1AA is #223E55. Grayscale: #C6C6C6. Windows color (decimal): -2244182 or 11190749. OLE color: 11190749.
HSL color Cylindrical-coordinate representation of color #DDC1AA: hue angle of 27.06º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC1AA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 170 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.13 |
| HSL | 27.06º | 0.43% | 0.77% | - |
| HSV(B) | 27.06º | 0.23% | 0.87% | - |
| XYZ | 56.14 | 56.41 | 45.96 | - |
| YUV | 198.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 170 | 0 | 0.13 | 0.23 | 0.13 | 27.06 | 0.43 | 0.77 |
| Hex | DD | C1 | AA | 0 | D | 17 | D | 1B | 2B | 4D |
| Octal | 335 | 301 | 252 | 0 | 15 | 27 | 15 | 33 | 53 | 115 |
| Binary | 11011101 | 11000001 | 10101010 | 0 | 1101 | 10111 | 1101 | 11011 | 101011 | 1001101 |
Color Harmonies of #DDC1AA
Complementary color
Monochromatic Colors of #DDC1AA
Black with #DDC1AA
Text Example
Text Example
White with #DDC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1AA; }
p { color: rgb(221,193,170); }
H1.HeaderClassName
{
color: #DDC1AA;
}
.AnyTagClassName
{
color: #DDC1AA;
}
</style>
background-color css
<style>
a { background-color: #DDC1AA; }
a { background-color: rgb(221,193,170); }
div.DivClassName
{
background-color: #DDC1AA;
}
.BgClassName
{
background-color: #DDC1AA;
}
</style>
border-color css
<style>
span { border-color: #DDC1AA; }
span { border-color: rgb(221,193,170); }
td.TdClassName
{
border-color: #DDC1AA;
}
.TagClassName
{
border-color: #DDC1AA;
}
</style>