Shades of Buttercup #DA9219
Tints of Buttercup #DA9219
RGB
CMYK
RGB Variations
Color information
#DA9219 (or 0xDA9219) is known color: Buttercup. HEX triplet: DA, 92 and 19. RGB value is (218,146,25). Sum of RGB (Red+Green+Blue) = 218+146+25=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9219 is #256DE6. Grayscale: #9A9A9A. Windows color (decimal): -2452967 or 1675994. OLE color: 1675994.
HSL color Cylindrical-coordinate representation of color #DA9219: hue angle of 37.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA9219 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.15 |
| HSL | 37.62º | 0.79% | 0.48% | - |
| HSV(B) | 37.62º | 0.89% | 0.85% | - |
| XYZ | 39.37 | 35.53 | 5.7 | - |
| YUV | 153.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 25 | 0 | 0.33 | 0.89 | 0.15 | 37.62 | 0.79 | 0.48 |
| Hex | DA | 92 | 19 | 0 | 21 | 59 | F | 26 | 4F | 30 |
| Octal | 332 | 222 | 31 | 0 | 41 | 131 | 17 | 46 | 117 | 60 |
| Binary | 11011010 | 10010010 | 11001 | 0 | 100001 | 1011001 | 1111 | 100110 | 1001111 | 110000 |
Color Harmonies of #DA9219
Complementary color
Monochromatic Colors of #DA9219
Black with #DA9219
Text Example
Text Example
White with #DA9219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9219; }
p { color: rgb(218,146,25); }
H1.HeaderClassName
{
color: #DA9219;
}
.AnyTagClassName
{
color: #DA9219;
}
</style>
background-color css
<style>
a { background-color: #DA9219; }
a { background-color: rgb(218,146,25); }
div.DivClassName
{
background-color: #DA9219;
}
.BgClassName
{
background-color: #DA9219;
}
</style>
border-color css
<style>
span { border-color: #DA9219; }
span { border-color: rgb(218,146,25); }
td.TdClassName
{
border-color: #DA9219;
}
.TagClassName
{
border-color: #DA9219;
}
</style>