Shades of Chalky #DFBC7A
Tints of Chalky #DFBC7A
RGB
CMYK
RGB Variations
Color information
#DFBC7A (or 0xDFBC7A) is known color: Chalky. HEX triplet: DF, BC and 7A. RGB value is (223,188,122). Sum of RGB (Red+Green+Blue) = 223+188+122=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC7A is #204385. Grayscale: #BFBFBF. Windows color (decimal): -2114438 or 8043743. OLE color: 8043743.
HSL color Cylindrical-coordinate representation of color #DFBC7A: hue angle of 39.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFBC7A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 122 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.13 |
| HSL | 39.21º | 0.61% | 0.68% | - |
| HSV(B) | 39.21º | 0.45% | 0.87% | - |
| XYZ | 51.93 | 53.06 | 25.92 | - |
| YUV | 190.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 122 | 0 | 0.16 | 0.45 | 0.13 | 39.21 | 0.61 | 0.68 |
| Hex | DF | BC | 7A | 0 | 10 | 2D | D | 27 | 3D | 44 |
| Octal | 337 | 274 | 172 | 0 | 20 | 55 | 15 | 47 | 75 | 104 |
| Binary | 11011111 | 10111100 | 1111010 | 0 | 10000 | 101101 | 1101 | 100111 | 111101 | 1000100 |
Color Harmonies of #DFBC7A
Complementary color
Monochromatic Colors of #DFBC7A
Black with #DFBC7A
Text Example
Text Example
White with #DFBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC7A; }
p { color: rgb(223,188,122); }
H1.HeaderClassName
{
color: #DFBC7A;
}
.AnyTagClassName
{
color: #DFBC7A;
}
</style>
background-color css
<style>
a { background-color: #DFBC7A; }
a { background-color: rgb(223,188,122); }
div.DivClassName
{
background-color: #DFBC7A;
}
.BgClassName
{
background-color: #DFBC7A;
}
</style>
border-color css
<style>
span { border-color: #DFBC7A; }
span { border-color: rgb(223,188,122); }
td.TdClassName
{
border-color: #DFBC7A;
}
.TagClassName
{
border-color: #DFBC7A;
}
</style>