Shades of Buttercup #DA9525
Tints of Buttercup #DA9525
RGB
CMYK
RGB Variations
Color information
#DA9525 (or 0xDA9525) is known color: Buttercup. HEX triplet: DA, 95 and 25. RGB value is (218,149,37). Sum of RGB (Red+Green+Blue) = 218+149+37=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9525 is #256ADA. Grayscale: #9D9D9D. Windows color (decimal): -2452187 or 2463194. OLE color: 2463194.
HSL color Cylindrical-coordinate representation of color #DA9525: hue angle of 37.13º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA9525 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 37 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.15 |
| HSL | 37.13º | 0.71% | 0.5% | - |
| HSV(B) | 37.13º | 0.83% | 0.85% | - |
| XYZ | 39.99 | 36.53 | 6.69 | - |
| YUV | 156.86 | 60.36 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 37 | 0 | 0.32 | 0.83 | 0.15 | 37.13 | 0.71 | 0.5 |
| Hex | DA | 95 | 25 | 0 | 20 | 53 | F | 25 | 47 | 32 |
| Octal | 332 | 225 | 45 | 0 | 40 | 123 | 17 | 45 | 107 | 62 |
| Binary | 11011010 | 10010101 | 100101 | 0 | 100000 | 1010011 | 1111 | 100101 | 1000111 | 110010 |
Color Harmonies of #DA9525
Complementary color
Monochromatic Colors of #DA9525
Black with #DA9525
Text Example
Text Example
White with #DA9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9525; }
p { color: rgb(218,149,37); }
H1.HeaderClassName
{
color: #DA9525;
}
.AnyTagClassName
{
color: #DA9525;
}
</style>
background-color css
<style>
a { background-color: #DA9525; }
a { background-color: rgb(218,149,37); }
div.DivClassName
{
background-color: #DA9525;
}
.BgClassName
{
background-color: #DA9525;
}
</style>
border-color css
<style>
span { border-color: #DA9525; }
span { border-color: rgb(218,149,37); }
td.TdClassName
{
border-color: #DA9525;
}
.TagClassName
{
border-color: #DA9525;
}
</style>