Shades of Buttercup #DB991C
Tints of Buttercup #DB991C
RGB
CMYK
RGB Variations
Color information
#DB991C (or 0xDB991C) is known color: Buttercup. HEX triplet: DB, 99 and 1C. RGB value is (219,153,28). Sum of RGB (Red+Green+Blue) = 219+153+28=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB991C is #2466E3. Grayscale: #9F9F9F. Windows color (decimal): -2385636 or 1874395. OLE color: 1874395.
HSL color Cylindrical-coordinate representation of color #DB991C: hue angle of 39.27º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB991C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 28 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.14 |
| HSL | 39.27º | 0.77% | 0.48% | - |
| HSV(B) | 39.27º | 0.87% | 0.86% | - |
| XYZ | 40.81 | 37.93 | 6.27 | - |
| YUV | 158.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 28 | 0 | 0.30 | 0.87 | 0.14 | 39.27 | 0.77 | 0.48 |
| Hex | DB | 99 | 1C | 0 | 1E | 57 | E | 27 | 4D | 30 |
| Octal | 333 | 231 | 34 | 0 | 36 | 127 | 16 | 47 | 115 | 60 |
| Binary | 11011011 | 10011001 | 11100 | 0 | 11110 | 1010111 | 1110 | 100111 | 1001101 | 110000 |
Color Harmonies of #DB991C
Complementary color
Monochromatic Colors of #DB991C
Black with #DB991C
Text Example
Text Example
White with #DB991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB991C; }
p { color: rgb(219,153,28); }
H1.HeaderClassName
{
color: #DB991C;
}
.AnyTagClassName
{
color: #DB991C;
}
</style>
background-color css
<style>
a { background-color: #DB991C; }
a { background-color: rgb(219,153,28); }
div.DivClassName
{
background-color: #DB991C;
}
.BgClassName
{
background-color: #DB991C;
}
</style>
border-color css
<style>
span { border-color: #DB991C; }
span { border-color: rgb(219,153,28); }
td.TdClassName
{
border-color: #DB991C;
}
.TagClassName
{
border-color: #DB991C;
}
</style>