Shades of Buttercup #DA9725
Tints of Buttercup #DA9725
RGB
CMYK
RGB Variations
Color information
#DA9725 (or 0xDA9725) is known color: Buttercup. HEX triplet: DA, 97 and 25. RGB value is (218,151,37). Sum of RGB (Red+Green+Blue) = 218+151+37=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9725 is #2568DA. Grayscale: #9E9E9E. Windows color (decimal): -2451675 or 2463706. OLE color: 2463706.
HSL color Cylindrical-coordinate representation of color #DA9725: hue angle of 37.79º 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 #DA9725 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 37 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.15 |
| HSL | 37.79º | 0.71% | 0.5% | - |
| HSV(B) | 37.79º | 0.83% | 0.85% | - |
| XYZ | 40.31 | 37.17 | 6.8 | - |
| YUV | 158.04 | 59.7 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 37 | 0 | 0.31 | 0.83 | 0.15 | 37.79 | 0.71 | 0.5 |
| Hex | DA | 97 | 25 | 0 | 1F | 53 | F | 26 | 47 | 32 |
| Octal | 332 | 227 | 45 | 0 | 37 | 123 | 17 | 46 | 107 | 62 |
| Binary | 11011010 | 10010111 | 100101 | 0 | 11111 | 1010011 | 1111 | 100110 | 1000111 | 110010 |
Color Harmonies of #DA9725
Complementary color
Monochromatic Colors of #DA9725
Black with #DA9725
Text Example
Text Example
White with #DA9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9725; }
p { color: rgb(218,151,37); }
H1.HeaderClassName
{
color: #DA9725;
}
.AnyTagClassName
{
color: #DA9725;
}
</style>
background-color css
<style>
a { background-color: #DA9725; }
a { background-color: rgb(218,151,37); }
div.DivClassName
{
background-color: #DA9725;
}
.BgClassName
{
background-color: #DA9725;
}
</style>
border-color css
<style>
span { border-color: #DA9725; }
span { border-color: rgb(218,151,37); }
td.TdClassName
{
border-color: #DA9725;
}
.TagClassName
{
border-color: #DA9725;
}
</style>