Shades of Buttercup #DB9A2A
Tints of Buttercup #DB9A2A
RGB
CMYK
RGB Variations
Color information
#DB9A2A (or 0xDB9A2A) is known color: Buttercup. HEX triplet: DB, 9A and 2A. RGB value is (219,154,42). Sum of RGB (Red+Green+Blue) = 219+154+42=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A2A is #2465D5. Grayscale: #A1A1A1. Windows color (decimal): -2385366 or 2792155. OLE color: 2792155.
HSL color Cylindrical-coordinate representation of color #DB9A2A: hue angle of 37.97º 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 #DB9A2A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 42 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.14 |
| HSL | 37.97º | 0.71% | 0.51% | - |
| HSV(B) | 37.97º | 0.81% | 0.86% | - |
| XYZ | 41.19 | 38.34 | 7.42 | - |
| YUV | 160.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 42 | 0 | 0.30 | 0.81 | 0.14 | 37.97 | 0.71 | 0.51 |
| Hex | DB | 9A | 2A | 0 | 1E | 51 | E | 26 | 47 | 33 |
| Octal | 333 | 232 | 52 | 0 | 36 | 121 | 16 | 46 | 107 | 63 |
| Binary | 11011011 | 10011010 | 101010 | 0 | 11110 | 1010001 | 1110 | 100110 | 1000111 | 110011 |
Color Harmonies of #DB9A2A
Complementary color
Monochromatic Colors of #DB9A2A
Black with #DB9A2A
Text Example
Text Example
White with #DB9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A2A; }
p { color: rgb(219,154,42); }
H1.HeaderClassName
{
color: #DB9A2A;
}
.AnyTagClassName
{
color: #DB9A2A;
}
</style>
background-color css
<style>
a { background-color: #DB9A2A; }
a { background-color: rgb(219,154,42); }
div.DivClassName
{
background-color: #DB9A2A;
}
.BgClassName
{
background-color: #DB9A2A;
}
</style>
border-color css
<style>
span { border-color: #DB9A2A; }
span { border-color: rgb(219,154,42); }
td.TdClassName
{
border-color: #DB9A2A;
}
.TagClassName
{
border-color: #DB9A2A;
}
</style>