Shades of Bone #DDC3AF
Tints of Bone #DDC3AF
RGB
CMYK
RGB Variations
Color information
#DDC3AF (or 0xDDC3AF) is known color: Bone. HEX triplet: DD, C3 and AF. RGB value is (221,195,175). Sum of RGB (Red+Green+Blue) = 221+195+175=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3AF is #223C50. Grayscale: #C8C8C8. Windows color (decimal): -2243665 or 11518941. OLE color: 11518941.
HSL color Cylindrical-coordinate representation of color #DDC3AF: hue angle of 26.09º 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 #DDC3AF is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 195 | 175 | - |
CMYK | 0 | 0.12 | 0.21 | 0.13 |
HSL | 26.09º | 0.4% | 0.78% | - |
HSV(B) | 26.09º | 0.21% | 0.87% | - |
XYZ | 57.07 | 57.5 | 48.65 | - |
YUV | 200.49 | 113.61 | 142.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 195 | 175 | 0 | 0.12 | 0.21 | 0.13 | 26.09 | 0.4 | 0.78 |
Hex | DD | C3 | AF | 0 | C | 15 | D | 1A | 28 | 4E |
Octal | 335 | 303 | 257 | 0 | 14 | 25 | 15 | 32 | 50 | 116 |
Binary | 11011101 | 11000011 | 10101111 | 0 | 1100 | 10101 | 1101 | 11010 | 101000 | 1001110 |
Color Harmonies of #DDC3AF
Complementary color
Monochromatic Colors of #DDC3AF
Black with #DDC3AF
Text Example
Text Example
White with #DDC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3AF; }
p { color: rgb(221,195,175); }
H1.HeaderClassName
{
color: #DDC3AF;
}
.AnyTagClassName
{
color: #DDC3AF;
}
</style>
background-color css
<style>
a { background-color: #DDC3AF; }
a { background-color: rgb(221,195,175); }
div.DivClassName
{
background-color: #DDC3AF;
}
.BgClassName
{
background-color: #DDC3AF;
}
</style>
border-color css
<style>
span { border-color: #DDC3AF; }
span { border-color: rgb(221,195,175); }
td.TdClassName
{
border-color: #DDC3AF;
}
.TagClassName
{
border-color: #DDC3AF;
}
</style>