Shades of Chalky #DBC37B
Tints of Chalky #DBC37B
RGB
CMYK
RGB Variations
Color information
#DBC37B (or 0xDBC37B) is known color: Chalky. HEX triplet: DB, C3 and 7B. RGB value is (219,195,123). Sum of RGB (Red+Green+Blue) = 219+195+123=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC37B is #243C84. Grayscale: #C2C2C2. Windows color (decimal): -2374789 or 8111067. OLE color: 8111067.
HSL color Cylindrical-coordinate representation of color #DBC37B: hue angle of 45º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBC37B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 123 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.14 |
| HSL | 45º | 0.57% | 0.67% | - |
| HSV(B) | 45º | 0.44% | 0.86% | - |
| XYZ | 52.3 | 55.52 | 26.7 | - |
| YUV | 193.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 123 | 0 | 0.11 | 0.44 | 0.14 | 45 | 0.57 | 0.67 |
| Hex | DB | C3 | 7B | 0 | B | 2C | E | 2D | 39 | 43 |
| Octal | 333 | 303 | 173 | 0 | 13 | 54 | 16 | 55 | 71 | 103 |
| Binary | 11011011 | 11000011 | 1111011 | 0 | 1011 | 101100 | 1110 | 101101 | 111001 | 1000011 |
Color Harmonies of #DBC37B
Complementary color
Monochromatic Colors of #DBC37B
Black with #DBC37B
Text Example
Text Example
White with #DBC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC37B; }
p { color: rgb(219,195,123); }
H1.HeaderClassName
{
color: #DBC37B;
}
.AnyTagClassName
{
color: #DBC37B;
}
</style>
background-color css
<style>
a { background-color: #DBC37B; }
a { background-color: rgb(219,195,123); }
div.DivClassName
{
background-color: #DBC37B;
}
.BgClassName
{
background-color: #DBC37B;
}
</style>
border-color css
<style>
span { border-color: #DBC37B; }
span { border-color: rgb(219,195,123); }
td.TdClassName
{
border-color: #DBC37B;
}
.TagClassName
{
border-color: #DBC37B;
}
</style>