Shades of Bone #DDC5AC
Tints of Bone #DDC5AC
RGB
CMYK
RGB Variations
Color information
#DDC5AC (or 0xDDC5AC) is known color: Bone. HEX triplet: DD, C5 and AC. RGB value is (221,197,172). Sum of RGB (Red+Green+Blue) = 221+197+172=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC5AC is #223A53. Grayscale: #C9C9C9. Windows color (decimal): -2243156 or 11322845. OLE color: 11322845.
HSL color Cylindrical-coordinate representation of color #DDC5AC: hue angle of 30.61º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC5AC is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 197 | 172 | - |
CMYK | 0 | 0.11 | 0.22 | 0.13 |
HSL | 30.61º | 0.42% | 0.77% | - |
HSV(B) | 30.61º | 0.22% | 0.87% | - |
XYZ | 57.23 | 58.28 | 47.26 | - |
YUV | 201.33 | 111.45 | 142.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 197 | 172 | 0 | 0.11 | 0.22 | 0.13 | 30.61 | 0.42 | 0.77 |
Hex | DD | C5 | AC | 0 | B | 16 | D | 1F | 2A | 4D |
Octal | 335 | 305 | 254 | 0 | 13 | 26 | 15 | 37 | 52 | 115 |
Binary | 11011101 | 11000101 | 10101100 | 0 | 1011 | 10110 | 1101 | 11111 | 101010 | 1001101 |
Color Harmonies of #DDC5AC
Complementary color
Monochromatic Colors of #DDC5AC
Black with #DDC5AC
Text Example
Text Example
White with #DDC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5AC; }
p { color: rgb(221,197,172); }
H1.HeaderClassName
{
color: #DDC5AC;
}
.AnyTagClassName
{
color: #DDC5AC;
}
</style>
background-color css
<style>
a { background-color: #DDC5AC; }
a { background-color: rgb(221,197,172); }
div.DivClassName
{
background-color: #DDC5AC;
}
.BgClassName
{
background-color: #DDC5AC;
}
</style>
border-color css
<style>
span { border-color: #DDC5AC; }
span { border-color: rgb(221,197,172); }
td.TdClassName
{
border-color: #DDC5AC;
}
.TagClassName
{
border-color: #DDC5AC;
}
</style>