Shades of Buttercup #DB8A1A
Tints of Buttercup #DB8A1A
RGB
CMYK
RGB Variations
Color information
#DB8A1A (or 0xDB8A1A) is known color: Buttercup. HEX triplet: DB, 8A and 1A. RGB value is (219,138,26). Sum of RGB (Red+Green+Blue) = 219+138+26=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A1A is #2475E5. Grayscale: #959595. Windows color (decimal): -2389478 or 1739483. OLE color: 1739483.
HSL color Cylindrical-coordinate representation of color #DB8A1A: hue angle of 34.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB8A1A is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 26 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.14 |
| HSL | 34.82º | 0.79% | 0.48% | - |
| HSV(B) | 34.82º | 0.88% | 0.86% | - |
| XYZ | 38.49 | 33.31 | 5.38 | - |
| YUV | 149.45 | 58.34 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 26 | 0 | 0.37 | 0.88 | 0.14 | 34.82 | 0.79 | 0.48 |
| Hex | DB | 8A | 1A | 0 | 25 | 58 | E | 23 | 4F | 30 |
| Octal | 333 | 212 | 32 | 0 | 45 | 130 | 16 | 43 | 117 | 60 |
| Binary | 11011011 | 10001010 | 11010 | 0 | 100101 | 1011000 | 1110 | 100011 | 1001111 | 110000 |
Color Harmonies of #DB8A1A
Complementary color
Monochromatic Colors of #DB8A1A
Black with #DB8A1A
Text Example
Text Example
White with #DB8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A1A; }
p { color: rgb(219,138,26); }
H1.HeaderClassName
{
color: #DB8A1A;
}
.AnyTagClassName
{
color: #DB8A1A;
}
</style>
background-color css
<style>
a { background-color: #DB8A1A; }
a { background-color: rgb(219,138,26); }
div.DivClassName
{
background-color: #DB8A1A;
}
.BgClassName
{
background-color: #DB8A1A;
}
</style>
border-color css
<style>
span { border-color: #DB8A1A; }
span { border-color: rgb(219,138,26); }
td.TdClassName
{
border-color: #DB8A1A;
}
.TagClassName
{
border-color: #DB8A1A;
}
</style>