Shades of Buttercup #DB9C2A
Tints of Buttercup #DB9C2A
RGB
CMYK
RGB Variations
Color information
#DB9C2A (or 0xDB9C2A) is known color: Buttercup. HEX triplet: DB, 9C and 2A. RGB value is (219,156,42). Sum of RGB (Red+Green+Blue) = 219+156+42=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C2A is #2463D5. Grayscale: #A2A2A2. Windows color (decimal): -2384854 or 2792667. OLE color: 2792667.
HSL color Cylindrical-coordinate representation of color #DB9C2A: hue angle of 38.64º 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 #DB9C2A is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 42 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.14 |
| HSL | 38.64º | 0.71% | 0.51% | - |
| HSV(B) | 38.64º | 0.81% | 0.86% | - |
| XYZ | 41.52 | 39 | 7.53 | - |
| YUV | 161.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 42 | 0 | 0.29 | 0.81 | 0.14 | 38.64 | 0.71 | 0.51 |
| Hex | DB | 9C | 2A | 0 | 1D | 51 | E | 27 | 47 | 33 |
| Octal | 333 | 234 | 52 | 0 | 35 | 121 | 16 | 47 | 107 | 63 |
| Binary | 11011011 | 10011100 | 101010 | 0 | 11101 | 1010001 | 1110 | 100111 | 1000111 | 110011 |
Color Harmonies of #DB9C2A
Complementary color
Monochromatic Colors of #DB9C2A
Black with #DB9C2A
Text Example
Text Example
White with #DB9C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C2A; }
p { color: rgb(219,156,42); }
H1.HeaderClassName
{
color: #DB9C2A;
}
.AnyTagClassName
{
color: #DB9C2A;
}
</style>
background-color css
<style>
a { background-color: #DB9C2A; }
a { background-color: rgb(219,156,42); }
div.DivClassName
{
background-color: #DB9C2A;
}
.BgClassName
{
background-color: #DB9C2A;
}
</style>
border-color css
<style>
span { border-color: #DB9C2A; }
span { border-color: rgb(219,156,42); }
td.TdClassName
{
border-color: #DB9C2A;
}
.TagClassName
{
border-color: #DB9C2A;
}
</style>