Shades of Buttercup #DB922E
Tints of Buttercup #DB922E
RGB
CMYK
RGB Variations
Color information
#DB922E (or 0xDB922E) is known color: Buttercup. HEX triplet: DB, 92 and 2E. RGB value is (219,146,46). Sum of RGB (Red+Green+Blue) = 219+146+46=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB922E is #246DD1. Grayscale: #9C9C9C. Windows color (decimal): -2387410 or 3052251. OLE color: 3052251.
HSL color Cylindrical-coordinate representation of color #DB922E: hue angle of 34.68º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB922E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 46 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.14 |
| HSL | 34.68º | 0.71% | 0.52% | - |
| HSV(B) | 34.68º | 0.79% | 0.86% | - |
| XYZ | 39.99 | 35.82 | 7.39 | - |
| YUV | 156.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 46 | 0 | 0.33 | 0.79 | 0.14 | 34.68 | 0.71 | 0.52 |
| Hex | DB | 92 | 2E | 0 | 21 | 4F | E | 23 | 47 | 34 |
| Octal | 333 | 222 | 56 | 0 | 41 | 117 | 16 | 43 | 107 | 64 |
| Binary | 11011011 | 10010010 | 101110 | 0 | 100001 | 1001111 | 1110 | 100011 | 1000111 | 110100 |
Color Harmonies of #DB922E
Complementary color
Monochromatic Colors of #DB922E
Black with #DB922E
Text Example
Text Example
White with #DB922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB922E; }
p { color: rgb(219,146,46); }
H1.HeaderClassName
{
color: #DB922E;
}
.AnyTagClassName
{
color: #DB922E;
}
</style>
background-color css
<style>
a { background-color: #DB922E; }
a { background-color: rgb(219,146,46); }
div.DivClassName
{
background-color: #DB922E;
}
.BgClassName
{
background-color: #DB922E;
}
</style>
border-color css
<style>
span { border-color: #DB922E; }
span { border-color: rgb(219,146,46); }
td.TdClassName
{
border-color: #DB922E;
}
.TagClassName
{
border-color: #DB922E;
}
</style>