Shades of Bone #DCC2A4
Tints of Bone #DCC2A4
RGB
CMYK
RGB Variations
Color information
#DCC2A4 (or 0xDCC2A4) is known color: Bone. HEX triplet: DC, C2 and A4. RGB value is (220,194,164). Sum of RGB (Red+Green+Blue) = 220+194+164=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2A4 is #233D5B. Grayscale: #C6C6C6. Windows color (decimal): -2309468 or 10797788. OLE color: 10797788.
HSL color Cylindrical-coordinate representation of color #DCC2A4: hue angle of 32.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC2A4 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 164 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.14 |
| HSL | 32.14º | 0.44% | 0.75% | - |
| HSV(B) | 32.14º | 0.25% | 0.86% | - |
| XYZ | 55.51 | 56.48 | 43.1 | - |
| YUV | 198.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 164 | 0 | 0.12 | 0.25 | 0.14 | 32.14 | 0.44 | 0.75 |
| Hex | DC | C2 | A4 | 0 | C | 19 | E | 20 | 2C | 4B |
| Octal | 334 | 302 | 244 | 0 | 14 | 31 | 16 | 40 | 54 | 113 |
| Binary | 11011100 | 11000010 | 10100100 | 0 | 1100 | 11001 | 1110 | 100000 | 101100 | 1001011 |
Color Harmonies of #DCC2A4
Complementary color
Monochromatic Colors of #DCC2A4
Black with #DCC2A4
Text Example
Text Example
White with #DCC2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2A4; }
p { color: rgb(220,194,164); }
H1.HeaderClassName
{
color: #DCC2A4;
}
.AnyTagClassName
{
color: #DCC2A4;
}
</style>
background-color css
<style>
a { background-color: #DCC2A4; }
a { background-color: rgb(220,194,164); }
div.DivClassName
{
background-color: #DCC2A4;
}
.BgClassName
{
background-color: #DCC2A4;
}
</style>
border-color css
<style>
span { border-color: #DCC2A4; }
span { border-color: rgb(220,194,164); }
td.TdClassName
{
border-color: #DCC2A4;
}
.TagClassName
{
border-color: #DCC2A4;
}
</style>