Shades of Chalky #DBC07C
Tints of Chalky #DBC07C
RGB
CMYK
RGB Variations
Color information
#DBC07C (or 0xDBC07C) is known color: Chalky. HEX triplet: DB, C0 and 7C. RGB value is (219,192,124). Sum of RGB (Red+Green+Blue) = 219+192+124=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC07C is #243F83. Grayscale: #C0C0C0. Windows color (decimal): -2375556 or 8175835. OLE color: 8175835.
HSL color Cylindrical-coordinate representation of color #DBC07C: hue angle of 42.95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBC07C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 124 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.14 |
| HSL | 42.95º | 0.57% | 0.67% | - |
| HSV(B) | 42.95º | 0.43% | 0.86% | - |
| XYZ | 51.7 | 54.21 | 26.81 | - |
| YUV | 192.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 124 | 0 | 0.12 | 0.43 | 0.14 | 42.95 | 0.57 | 0.67 |
| Hex | DB | C0 | 7C | 0 | C | 2B | E | 2B | 39 | 43 |
| Octal | 333 | 300 | 174 | 0 | 14 | 53 | 16 | 53 | 71 | 103 |
| Binary | 11011011 | 11000000 | 1111100 | 0 | 1100 | 101011 | 1110 | 101011 | 111001 | 1000011 |
Color Harmonies of #DBC07C
Complementary color
Monochromatic Colors of #DBC07C
Black with #DBC07C
Text Example
Text Example
White with #DBC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC07C; }
p { color: rgb(219,192,124); }
H1.HeaderClassName
{
color: #DBC07C;
}
.AnyTagClassName
{
color: #DBC07C;
}
</style>
background-color css
<style>
a { background-color: #DBC07C; }
a { background-color: rgb(219,192,124); }
div.DivClassName
{
background-color: #DBC07C;
}
.BgClassName
{
background-color: #DBC07C;
}
</style>
border-color css
<style>
span { border-color: #DBC07C; }
span { border-color: rgb(219,192,124); }
td.TdClassName
{
border-color: #DBC07C;
}
.TagClassName
{
border-color: #DBC07C;
}
</style>