Shades of Chalky #DBC27A
Tints of Chalky #DBC27A
RGB
CMYK
RGB Variations
Color information
#DBC27A (or 0xDBC27A) is known color: Chalky. HEX triplet: DB, C2 and 7A. RGB value is (219,194,122). Sum of RGB (Red+Green+Blue) = 219+194+122=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC27A is #243D85. Grayscale: #C1C1C1. Windows color (decimal): -2375046 or 8045275. OLE color: 8045275.
HSL color Cylindrical-coordinate representation of color #DBC27A: hue angle of 44.54º 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 #DBC27A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 122 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.14 |
| HSL | 44.54º | 0.57% | 0.67% | - |
| HSV(B) | 44.54º | 0.44% | 0.86% | - |
| XYZ | 52.02 | 55.05 | 26.3 | - |
| YUV | 193.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 122 | 0 | 0.11 | 0.44 | 0.14 | 44.54 | 0.57 | 0.67 |
| Hex | DB | C2 | 7A | 0 | B | 2C | E | 2D | 39 | 43 |
| Octal | 333 | 302 | 172 | 0 | 13 | 54 | 16 | 55 | 71 | 103 |
| Binary | 11011011 | 11000010 | 1111010 | 0 | 1011 | 101100 | 1110 | 101101 | 111001 | 1000011 |
Color Harmonies of #DBC27A
Complementary color
Monochromatic Colors of #DBC27A
Black with #DBC27A
Text Example
Text Example
White with #DBC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC27A; }
p { color: rgb(219,194,122); }
H1.HeaderClassName
{
color: #DBC27A;
}
.AnyTagClassName
{
color: #DBC27A;
}
</style>
background-color css
<style>
a { background-color: #DBC27A; }
a { background-color: rgb(219,194,122); }
div.DivClassName
{
background-color: #DBC27A;
}
.BgClassName
{
background-color: #DBC27A;
}
</style>
border-color css
<style>
span { border-color: #DBC27A; }
span { border-color: rgb(219,194,122); }
td.TdClassName
{
border-color: #DBC27A;
}
.TagClassName
{
border-color: #DBC27A;
}
</style>