Shades of Bone #DCBFA4
Tints of Bone #DCBFA4
RGB
CMYK
RGB Variations
Color information
#DCBFA4 (or 0xDCBFA4) is known color: Bone. HEX triplet: DC, BF and A4. RGB value is (220,191,164). Sum of RGB (Red+Green+Blue) = 220+191+164=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFA4 is #23405B. Grayscale: #C4C4C4. Windows color (decimal): -2310236 or 10797020. OLE color: 10797020.
HSL color Cylindrical-coordinate representation of color #DCBFA4: hue angle of 28.93º 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 #DCBFA4 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 164 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.14 |
| HSL | 28.93º | 0.44% | 0.75% | - |
| HSV(B) | 28.93º | 0.25% | 0.86% | - |
| XYZ | 54.85 | 55.16 | 42.88 | - |
| YUV | 196.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 164 | 0 | 0.13 | 0.25 | 0.14 | 28.93 | 0.44 | 0.75 |
| Hex | DC | BF | A4 | 0 | D | 19 | E | 1D | 2C | 4B |
| Octal | 334 | 277 | 244 | 0 | 15 | 31 | 16 | 35 | 54 | 113 |
| Binary | 11011100 | 10111111 | 10100100 | 0 | 1101 | 11001 | 1110 | 11101 | 101100 | 1001011 |
Color Harmonies of #DCBFA4
Complementary color
Monochromatic Colors of #DCBFA4
Black with #DCBFA4
Text Example
Text Example
White with #DCBFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFA4; }
p { color: rgb(220,191,164); }
H1.HeaderClassName
{
color: #DCBFA4;
}
.AnyTagClassName
{
color: #DCBFA4;
}
</style>
background-color css
<style>
a { background-color: #DCBFA4; }
a { background-color: rgb(220,191,164); }
div.DivClassName
{
background-color: #DCBFA4;
}
.BgClassName
{
background-color: #DCBFA4;
}
</style>
border-color css
<style>
span { border-color: #DCBFA4; }
span { border-color: rgb(220,191,164); }
td.TdClassName
{
border-color: #DCBFA4;
}
.TagClassName
{
border-color: #DCBFA4;
}
</style>