Shades of Chalky #DBC27C
Tints of Chalky #DBC27C
RGB
CMYK
RGB Variations
Color information
#DBC27C (or 0xDBC27C) is known color: Chalky. HEX triplet: DB, C2 and 7C. RGB value is (219,194,124). Sum of RGB (Red+Green+Blue) = 219+194+124=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC27C is #243D83. Grayscale: #C1C1C1. Windows color (decimal): -2375044 or 8176347. OLE color: 8176347.
HSL color Cylindrical-coordinate representation of color #DBC27C: hue angle of 44.21º 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 #DBC27C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 124 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.14 |
| HSL | 44.21º | 0.57% | 0.67% | - |
| HSV(B) | 44.21º | 0.43% | 0.86% | - |
| XYZ | 52.14 | 55.1 | 26.96 | - |
| YUV | 193.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 124 | 0 | 0.11 | 0.43 | 0.14 | 44.21 | 0.57 | 0.67 |
| Hex | DB | C2 | 7C | 0 | B | 2B | E | 2C | 39 | 43 |
| Octal | 333 | 302 | 174 | 0 | 13 | 53 | 16 | 54 | 71 | 103 |
| Binary | 11011011 | 11000010 | 1111100 | 0 | 1011 | 101011 | 1110 | 101100 | 111001 | 1000011 |
Color Harmonies of #DBC27C
Complementary color
Monochromatic Colors of #DBC27C
Black with #DBC27C
Text Example
Text Example
White with #DBC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC27C; }
p { color: rgb(219,194,124); }
H1.HeaderClassName
{
color: #DBC27C;
}
.AnyTagClassName
{
color: #DBC27C;
}
</style>
background-color css
<style>
a { background-color: #DBC27C; }
a { background-color: rgb(219,194,124); }
div.DivClassName
{
background-color: #DBC27C;
}
.BgClassName
{
background-color: #DBC27C;
}
</style>
border-color css
<style>
span { border-color: #DBC27C; }
span { border-color: rgb(219,194,124); }
td.TdClassName
{
border-color: #DBC27C;
}
.TagClassName
{
border-color: #DBC27C;
}
</style>