Shades of Buttercup #DB8523
Tints of Buttercup #DB8523
RGB
CMYK
RGB Variations
Color information
#DB8523 (or 0xDB8523) is known color: Buttercup. HEX triplet: DB, 85 and 23. RGB value is (219,133,35). Sum of RGB (Red+Green+Blue) = 219+133+35=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8523 is #247ADC. Grayscale: #949494. Windows color (decimal): -2390749 or 2328027. OLE color: 2328027.
HSL color Cylindrical-coordinate representation of color #DB8523: hue angle of 31.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB8523 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 35 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.14 |
| HSL | 31.96º | 0.72% | 0.5% | - |
| HSV(B) | 31.96º | 0.84% | 0.86% | - |
| XYZ | 37.9 | 31.96 | 5.76 | - |
| YUV | 147.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 35 | 0 | 0.39 | 0.84 | 0.14 | 31.96 | 0.72 | 0.5 |
| Hex | DB | 85 | 23 | 0 | 27 | 54 | E | 20 | 48 | 32 |
| Octal | 333 | 205 | 43 | 0 | 47 | 124 | 16 | 40 | 110 | 62 |
| Binary | 11011011 | 10000101 | 100011 | 0 | 100111 | 1010100 | 1110 | 100000 | 1001000 | 110010 |
Color Harmonies of #DB8523
Complementary color
Monochromatic Colors of #DB8523
Black with #DB8523
Text Example
Text Example
White with #DB8523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8523; }
p { color: rgb(219,133,35); }
H1.HeaderClassName
{
color: #DB8523;
}
.AnyTagClassName
{
color: #DB8523;
}
</style>
background-color css
<style>
a { background-color: #DB8523; }
a { background-color: rgb(219,133,35); }
div.DivClassName
{
background-color: #DB8523;
}
.BgClassName
{
background-color: #DB8523;
}
</style>
border-color css
<style>
span { border-color: #DB8523; }
span { border-color: rgb(219,133,35); }
td.TdClassName
{
border-color: #DB8523;
}
.TagClassName
{
border-color: #DB8523;
}
</style>