Shades of Bone #DCC6AF
Tints of Bone #DCC6AF
RGB
CMYK
RGB Variations
Color information
#DCC6AF (or 0xDCC6AF) is known color: Bone. HEX triplet: DC, C6 and AF. RGB value is (220,198,175). Sum of RGB (Red+Green+Blue) = 220+198+175=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6AF is #233950. Grayscale: #CACACA. Windows color (decimal): -2308433 or 11519708. OLE color: 11519708.
HSL color Cylindrical-coordinate representation of color #DCC6AF: hue angle of 30.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC6AF is Cyan = 0, Magento = 0.1, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 175 | - |
| CMYK | 0 | 0.1 | 0.20 | 0.14 |
| HSL | 30.67º | 0.39% | 0.77% | - |
| HSV(B) | 30.67º | 0.2% | 0.86% | - |
| XYZ | 57.45 | 58.7 | 48.86 | - |
| YUV | 201.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 175 | 0 | 0.1 | 0.20 | 0.14 | 30.67 | 0.39 | 0.77 |
| Hex | DC | C6 | AF | 0 | A | 14 | E | 1F | 27 | 4D |
| Octal | 334 | 306 | 257 | 0 | 12 | 24 | 16 | 37 | 47 | 115 |
| Binary | 11011100 | 11000110 | 10101111 | 0 | 1010 | 10100 | 1110 | 11111 | 100111 | 1001101 |
Color Harmonies of #DCC6AF
Complementary color
Monochromatic Colors of #DCC6AF
Black with #DCC6AF
Text Example
Text Example
White with #DCC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6AF; }
p { color: rgb(220,198,175); }
H1.HeaderClassName
{
color: #DCC6AF;
}
.AnyTagClassName
{
color: #DCC6AF;
}
</style>
background-color css
<style>
a { background-color: #DCC6AF; }
a { background-color: rgb(220,198,175); }
div.DivClassName
{
background-color: #DCC6AF;
}
.BgClassName
{
background-color: #DCC6AF;
}
</style>
border-color css
<style>
span { border-color: #DCC6AF; }
span { border-color: rgb(220,198,175); }
td.TdClassName
{
border-color: #DCC6AF;
}
.TagClassName
{
border-color: #DCC6AF;
}
</style>