Shades of Bone #DDC1A8
Tints of Bone #DDC1A8
RGB
CMYK
RGB Variations
Color information
#DDC1A8 (or 0xDDC1A8) is known color: Bone. HEX triplet: DD, C1 and A8. RGB value is (221,193,168). Sum of RGB (Red+Green+Blue) = 221+193+168=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC1A8 is #223E57. Grayscale: #C6C6C6. Windows color (decimal): -2244184 or 11059677. OLE color: 11059677.
HSL color Cylindrical-coordinate representation of color #DDC1A8: hue angle of 28.3º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDC1A8 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 193 | 168 | - |
CMYK | 0 | 0.13 | 0.24 | 0.13 |
HSL | 28.3º | 0.44% | 0.76% | - |
HSV(B) | 28.3º | 0.24% | 0.87% | - |
XYZ | 55.96 | 56.34 | 44.97 | - |
YUV | 198.52 | 110.78 | 144.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 193 | 168 | 0 | 0.13 | 0.24 | 0.13 | 28.3 | 0.44 | 0.76 |
Hex | DD | C1 | A8 | 0 | D | 18 | D | 1C | 2C | 4C |
Octal | 335 | 301 | 250 | 0 | 15 | 30 | 15 | 34 | 54 | 114 |
Binary | 11011101 | 11000001 | 10101000 | 0 | 1101 | 11000 | 1101 | 11100 | 101100 | 1001100 |
Color Harmonies of #DDC1A8
Complementary color
Monochromatic Colors of #DDC1A8
Black with #DDC1A8
Text Example
Text Example
White with #DDC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1A8; }
p { color: rgb(221,193,168); }
H1.HeaderClassName
{
color: #DDC1A8;
}
.AnyTagClassName
{
color: #DDC1A8;
}
</style>
background-color css
<style>
a { background-color: #DDC1A8; }
a { background-color: rgb(221,193,168); }
div.DivClassName
{
background-color: #DDC1A8;
}
.BgClassName
{
background-color: #DDC1A8;
}
</style>
border-color css
<style>
span { border-color: #DDC1A8; }
span { border-color: rgb(221,193,168); }
td.TdClassName
{
border-color: #DDC1A8;
}
.TagClassName
{
border-color: #DDC1A8;
}
</style>