Shades of Buttercup #DB922A
Tints of Buttercup #DB922A
RGB
CMYK
RGB Variations
Color information
#DB922A (or 0xDB922A) is known color: Buttercup. HEX triplet: DB, 92 and 2A. RGB value is (219,146,42). Sum of RGB (Red+Green+Blue) = 219+146+42=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB922A is #246DD5. Grayscale: #9C9C9C. Windows color (decimal): -2387414 or 2790107. OLE color: 2790107.
HSL color Cylindrical-coordinate representation of color #DB922A: hue angle of 35.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB922A is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 42 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.14 |
| HSL | 35.25º | 0.71% | 0.51% | - |
| HSV(B) | 35.25º | 0.81% | 0.86% | - |
| XYZ | 39.91 | 35.79 | 6.99 | - |
| YUV | 155.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 42 | 0 | 0.33 | 0.81 | 0.14 | 35.25 | 0.71 | 0.51 |
| Hex | DB | 92 | 2A | 0 | 21 | 51 | E | 23 | 47 | 33 |
| Octal | 333 | 222 | 52 | 0 | 41 | 121 | 16 | 43 | 107 | 63 |
| Binary | 11011011 | 10010010 | 101010 | 0 | 100001 | 1010001 | 1110 | 100011 | 1000111 | 110011 |
Color Harmonies of #DB922A
Complementary color
Monochromatic Colors of #DB922A
Black with #DB922A
Text Example
Text Example
White with #DB922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB922A; }
p { color: rgb(219,146,42); }
H1.HeaderClassName
{
color: #DB922A;
}
.AnyTagClassName
{
color: #DB922A;
}
</style>
background-color css
<style>
a { background-color: #DB922A; }
a { background-color: rgb(219,146,42); }
div.DivClassName
{
background-color: #DB922A;
}
.BgClassName
{
background-color: #DB922A;
}
</style>
border-color css
<style>
span { border-color: #DB922A; }
span { border-color: rgb(219,146,42); }
td.TdClassName
{
border-color: #DB922A;
}
.TagClassName
{
border-color: #DB922A;
}
</style>