Shades of Buttercup #DB911C
Tints of Buttercup #DB911C
RGB
CMYK
RGB Variations
Color information
#DB911C (or 0xDB911C) is known color: Buttercup. HEX triplet: DB, 91 and 1C. RGB value is (219,145,28). Sum of RGB (Red+Green+Blue) = 219+145+28=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB911C is #246EE3. Grayscale: #9A9A9A. Windows color (decimal): -2387684 or 1872347. OLE color: 1872347.
HSL color Cylindrical-coordinate representation of color #DB911C: hue angle of 36.75º 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 #DB911C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 28 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.14 |
| HSL | 36.75º | 0.77% | 0.48% | - |
| HSV(B) | 36.75º | 0.87% | 0.86% | - |
| XYZ | 39.55 | 35.39 | 5.85 | - |
| YUV | 153.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 28 | 0 | 0.34 | 0.87 | 0.14 | 36.75 | 0.77 | 0.48 |
| Hex | DB | 91 | 1C | 0 | 22 | 57 | E | 25 | 4D | 30 |
| Octal | 333 | 221 | 34 | 0 | 42 | 127 | 16 | 45 | 115 | 60 |
| Binary | 11011011 | 10010001 | 11100 | 0 | 100010 | 1010111 | 1110 | 100101 | 1001101 | 110000 |
Color Harmonies of #DB911C
Complementary color
Monochromatic Colors of #DB911C
Black with #DB911C
Text Example
Text Example
White with #DB911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB911C; }
p { color: rgb(219,145,28); }
H1.HeaderClassName
{
color: #DB911C;
}
.AnyTagClassName
{
color: #DB911C;
}
</style>
background-color css
<style>
a { background-color: #DB911C; }
a { background-color: rgb(219,145,28); }
div.DivClassName
{
background-color: #DB911C;
}
.BgClassName
{
background-color: #DB911C;
}
</style>
border-color css
<style>
span { border-color: #DB911C; }
span { border-color: rgb(219,145,28); }
td.TdClassName
{
border-color: #DB911C;
}
.TagClassName
{
border-color: #DB911C;
}
</style>