Shades of Buttercup #DB922C
Tints of Buttercup #DB922C
RGB
CMYK
RGB Variations
Color information
#DB922C (or 0xDB922C) is known color: Buttercup. HEX triplet: DB, 92 and 2C. RGB value is (219,146,44). Sum of RGB (Red+Green+Blue) = 219+146+44=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB922C is #246DD3. Grayscale: #9C9C9C. Windows color (decimal): -2387412 or 2921179. OLE color: 2921179.
HSL color Cylindrical-coordinate representation of color #DB922C: hue angle of 34.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB922C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.14 |
| HSL | 34.97º | 0.71% | 0.52% | - |
| HSV(B) | 34.97º | 0.8% | 0.86% | - |
| XYZ | 39.95 | 35.8 | 7.19 | - |
| YUV | 156.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 44 | 0 | 0.33 | 0.80 | 0.14 | 34.97 | 0.71 | 0.52 |
| Hex | DB | 92 | 2C | 0 | 21 | 50 | E | 23 | 47 | 34 |
| Octal | 333 | 222 | 54 | 0 | 41 | 120 | 16 | 43 | 107 | 64 |
| Binary | 11011011 | 10010010 | 101100 | 0 | 100001 | 1010000 | 1110 | 100011 | 1000111 | 110100 |
Color Harmonies of #DB922C
Complementary color
Monochromatic Colors of #DB922C
Black with #DB922C
Text Example
Text Example
White with #DB922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB922C; }
p { color: rgb(219,146,44); }
H1.HeaderClassName
{
color: #DB922C;
}
.AnyTagClassName
{
color: #DB922C;
}
</style>
background-color css
<style>
a { background-color: #DB922C; }
a { background-color: rgb(219,146,44); }
div.DivClassName
{
background-color: #DB922C;
}
.BgClassName
{
background-color: #DB922C;
}
</style>
border-color css
<style>
span { border-color: #DB922C; }
span { border-color: rgb(219,146,44); }
td.TdClassName
{
border-color: #DB922C;
}
.TagClassName
{
border-color: #DB922C;
}
</style>