Shades of Bone #DCC3AC
Tints of Bone #DCC3AC
RGB
CMYK
RGB Variations
Color information
#DCC3AC (or 0xDCC3AC) is known color: Bone. HEX triplet: DC, C3 and AC. RGB value is (220,195,172). Sum of RGB (Red+Green+Blue) = 220+195+172=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3AC is #233C53. Grayscale: #C7C7C7. Windows color (decimal): -2309204 or 11322332. OLE color: 11322332.
HSL color Cylindrical-coordinate representation of color #DCC3AC: hue angle of 28.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC3AC is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 195 | 172 | - |
CMYK | 0 | 0.11 | 0.22 | 0.14 |
HSL | 28.75º | 0.41% | 0.77% | - |
HSV(B) | 28.75º | 0.22% | 0.86% | - |
XYZ | 56.48 | 57.22 | 47.1 | - |
YUV | 199.85 | 112.28 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 195 | 172 | 0 | 0.11 | 0.22 | 0.14 | 28.75 | 0.41 | 0.77 |
Hex | DC | C3 | AC | 0 | B | 16 | E | 1D | 29 | 4D |
Octal | 334 | 303 | 254 | 0 | 13 | 26 | 16 | 35 | 51 | 115 |
Binary | 11011100 | 11000011 | 10101100 | 0 | 1011 | 10110 | 1110 | 11101 | 101001 | 1001101 |
Color Harmonies of #DCC3AC
Complementary color
Monochromatic Colors of #DCC3AC
Black with #DCC3AC
Text Example
Text Example
White with #DCC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3AC; }
p { color: rgb(220,195,172); }
H1.HeaderClassName
{
color: #DCC3AC;
}
.AnyTagClassName
{
color: #DCC3AC;
}
</style>
background-color css
<style>
a { background-color: #DCC3AC; }
a { background-color: rgb(220,195,172); }
div.DivClassName
{
background-color: #DCC3AC;
}
.BgClassName
{
background-color: #DCC3AC;
}
</style>
border-color css
<style>
span { border-color: #DCC3AC; }
span { border-color: rgb(220,195,172); }
td.TdClassName
{
border-color: #DCC3AC;
}
.TagClassName
{
border-color: #DCC3AC;
}
</style>