Shades of Buttercup #DB8A27
Tints of Buttercup #DB8A27
RGB
CMYK
RGB Variations
Color information
#DB8A27 (or 0xDB8A27) is known color: Buttercup. HEX triplet: DB, 8A and 27. RGB value is (219,138,39). Sum of RGB (Red+Green+Blue) = 219+138+39=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A27 is #2475D8. Grayscale: #979797. Windows color (decimal): -2389465 or 2591451. OLE color: 2591451.
HSL color Cylindrical-coordinate representation of color #DB8A27: hue angle of 33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB8A27 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 39 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.14 |
| HSL | 33º | 0.71% | 0.51% | - |
| HSV(B) | 33º | 0.82% | 0.86% | - |
| XYZ | 38.67 | 33.38 | 6.33 | - |
| YUV | 150.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 39 | 0 | 0.37 | 0.82 | 0.14 | 33 | 0.71 | 0.51 |
| Hex | DB | 8A | 27 | 0 | 25 | 52 | E | 21 | 47 | 33 |
| Octal | 333 | 212 | 47 | 0 | 45 | 122 | 16 | 41 | 107 | 63 |
| Binary | 11011011 | 10001010 | 100111 | 0 | 100101 | 1010010 | 1110 | 100001 | 1000111 | 110011 |
Color Harmonies of #DB8A27
Complementary color
Monochromatic Colors of #DB8A27
Black with #DB8A27
Text Example
Text Example
White with #DB8A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A27; }
p { color: rgb(219,138,39); }
H1.HeaderClassName
{
color: #DB8A27;
}
.AnyTagClassName
{
color: #DB8A27;
}
</style>
background-color css
<style>
a { background-color: #DB8A27; }
a { background-color: rgb(219,138,39); }
div.DivClassName
{
background-color: #DB8A27;
}
.BgClassName
{
background-color: #DB8A27;
}
</style>
border-color css
<style>
span { border-color: #DB8A27; }
span { border-color: rgb(219,138,39); }
td.TdClassName
{
border-color: #DB8A27;
}
.TagClassName
{
border-color: #DB8A27;
}
</style>