Shades of Buttercup #DB921C
Tints of Buttercup #DB921C
RGB
CMYK
RGB Variations
Color information
#DB921C (or 0xDB921C) is known color: Buttercup. HEX triplet: DB, 92 and 1C. RGB value is (219,146,28). Sum of RGB (Red+Green+Blue) = 219+146+28=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB921C is #246DE3. Grayscale: #9A9A9A. Windows color (decimal): -2387428 or 1872603. OLE color: 1872603.
HSL color Cylindrical-coordinate representation of color #DB921C: hue angle of 37.07º 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 #DB921C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.14 |
| HSL | 37.07º | 0.77% | 0.48% | - |
| HSV(B) | 37.07º | 0.87% | 0.86% | - |
| XYZ | 39.7 | 35.7 | 5.9 | - |
| YUV | 154.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 28 | 0 | 0.33 | 0.87 | 0.14 | 37.07 | 0.77 | 0.48 |
| Hex | DB | 92 | 1C | 0 | 21 | 57 | E | 25 | 4D | 30 |
| Octal | 333 | 222 | 34 | 0 | 41 | 127 | 16 | 45 | 115 | 60 |
| Binary | 11011011 | 10010010 | 11100 | 0 | 100001 | 1010111 | 1110 | 100101 | 1001101 | 110000 |
Color Harmonies of #DB921C
Complementary color
Monochromatic Colors of #DB921C
Black with #DB921C
Text Example
Text Example
White with #DB921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB921C; }
p { color: rgb(219,146,28); }
H1.HeaderClassName
{
color: #DB921C;
}
.AnyTagClassName
{
color: #DB921C;
}
</style>
background-color css
<style>
a { background-color: #DB921C; }
a { background-color: rgb(219,146,28); }
div.DivClassName
{
background-color: #DB921C;
}
.BgClassName
{
background-color: #DB921C;
}
</style>
border-color css
<style>
span { border-color: #DB921C; }
span { border-color: rgb(219,146,28); }
td.TdClassName
{
border-color: #DB921C;
}
.TagClassName
{
border-color: #DB921C;
}
</style>