Shades of Buttercup #DA9831
Tints of Buttercup #DA9831
RGB
CMYK
RGB Variations
Color information
#DA9831 (or 0xDA9831) is known color: Buttercup. HEX triplet: DA, 98 and 31. RGB value is (218,152,49). Sum of RGB (Red+Green+Blue) = 218+152+49=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9831 is #2567CE. Grayscale: #A0A0A0. Windows color (decimal): -2451407 or 3250394. OLE color: 3250394.
HSL color Cylindrical-coordinate representation of color #DA9831: hue angle of 36.57º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA9831 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 49 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.15 |
| HSL | 36.57º | 0.7% | 0.52% | - |
| HSV(B) | 36.57º | 0.78% | 0.85% | - |
| XYZ | 40.7 | 37.58 | 8.02 | - |
| YUV | 159.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 49 | 0 | 0.30 | 0.78 | 0.15 | 36.57 | 0.7 | 0.52 |
| Hex | DA | 98 | 31 | 0 | 1E | 4E | F | 25 | 46 | 34 |
| Octal | 332 | 230 | 61 | 0 | 36 | 116 | 17 | 45 | 106 | 64 |
| Binary | 11011010 | 10011000 | 110001 | 0 | 11110 | 1001110 | 1111 | 100101 | 1000110 | 110100 |
Color Harmonies of #DA9831
Complementary color
Monochromatic Colors of #DA9831
Black with #DA9831
Text Example
Text Example
White with #DA9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9831; }
p { color: rgb(218,152,49); }
H1.HeaderClassName
{
color: #DA9831;
}
.AnyTagClassName
{
color: #DA9831;
}
</style>
background-color css
<style>
a { background-color: #DA9831; }
a { background-color: rgb(218,152,49); }
div.DivClassName
{
background-color: #DA9831;
}
.BgClassName
{
background-color: #DA9831;
}
</style>
border-color css
<style>
span { border-color: #DA9831; }
span { border-color: rgb(218,152,49); }
td.TdClassName
{
border-color: #DA9831;
}
.TagClassName
{
border-color: #DA9831;
}
</style>