Shades of Buttercup #DB8A1F
Tints of Buttercup #DB8A1F
RGB
CMYK
RGB Variations
Color information
#DB8A1F (or 0xDB8A1F) is known color: Buttercup. HEX triplet: DB, 8A and 1F. RGB value is (219,138,31). Sum of RGB (Red+Green+Blue) = 219+138+31=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A1F is #2475E0. Grayscale: #969696. Windows color (decimal): -2389473 or 2067163. OLE color: 2067163.
HSL color Cylindrical-coordinate representation of color #DB8A1F: hue angle of 34.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB8A1F is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 31 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.14 |
| HSL | 34.15º | 0.75% | 0.49% | - |
| HSV(B) | 34.15º | 0.86% | 0.86% | - |
| XYZ | 38.55 | 33.34 | 5.7 | - |
| YUV | 150.02 | 60.84 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 31 | 0 | 0.37 | 0.86 | 0.14 | 34.15 | 0.75 | 0.49 |
| Hex | DB | 8A | 1F | 0 | 25 | 56 | E | 22 | 4B | 31 |
| Octal | 333 | 212 | 37 | 0 | 45 | 126 | 16 | 42 | 113 | 61 |
| Binary | 11011011 | 10001010 | 11111 | 0 | 100101 | 1010110 | 1110 | 100010 | 1001011 | 110001 |
Color Harmonies of #DB8A1F
Complementary color
Monochromatic Colors of #DB8A1F
Black with #DB8A1F
Text Example
Text Example
White with #DB8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A1F; }
p { color: rgb(219,138,31); }
H1.HeaderClassName
{
color: #DB8A1F;
}
.AnyTagClassName
{
color: #DB8A1F;
}
</style>
background-color css
<style>
a { background-color: #DB8A1F; }
a { background-color: rgb(219,138,31); }
div.DivClassName
{
background-color: #DB8A1F;
}
.BgClassName
{
background-color: #DB8A1F;
}
</style>
border-color css
<style>
span { border-color: #DB8A1F; }
span { border-color: rgb(219,138,31); }
td.TdClassName
{
border-color: #DB8A1F;
}
.TagClassName
{
border-color: #DB8A1F;
}
</style>