Shades of Buttercup #DB941C
Tints of Buttercup #DB941C
RGB
CMYK
RGB Variations
Color information
#DB941C (or 0xDB941C) is known color: Buttercup. HEX triplet: DB, 94 and 1C. RGB value is (219,148,28). Sum of RGB (Red+Green+Blue) = 219+148+28=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB941C is #246BE3. Grayscale: #9C9C9C. Windows color (decimal): -2386916 or 1873115. OLE color: 1873115.
HSL color Cylindrical-coordinate representation of color #DB941C: hue angle of 37.7º 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 #DB941C is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 28 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.14 |
| HSL | 37.7º | 0.77% | 0.48% | - |
| HSV(B) | 37.7º | 0.87% | 0.86% | - |
| XYZ | 40.01 | 36.32 | 6 | - |
| YUV | 155.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 28 | 0 | 0.32 | 0.87 | 0.14 | 37.7 | 0.77 | 0.48 |
| Hex | DB | 94 | 1C | 0 | 20 | 57 | E | 26 | 4D | 30 |
| Octal | 333 | 224 | 34 | 0 | 40 | 127 | 16 | 46 | 115 | 60 |
| Binary | 11011011 | 10010100 | 11100 | 0 | 100000 | 1010111 | 1110 | 100110 | 1001101 | 110000 |
Color Harmonies of #DB941C
Complementary color
Monochromatic Colors of #DB941C
Black with #DB941C
Text Example
Text Example
White with #DB941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB941C; }
p { color: rgb(219,148,28); }
H1.HeaderClassName
{
color: #DB941C;
}
.AnyTagClassName
{
color: #DB941C;
}
</style>
background-color css
<style>
a { background-color: #DB941C; }
a { background-color: rgb(219,148,28); }
div.DivClassName
{
background-color: #DB941C;
}
.BgClassName
{
background-color: #DB941C;
}
</style>
border-color css
<style>
span { border-color: #DB941C; }
span { border-color: rgb(219,148,28); }
td.TdClassName
{
border-color: #DB941C;
}
.TagClassName
{
border-color: #DB941C;
}
</style>