Shades of Buttercup #DA9C25
Tints of Buttercup #DA9C25
RGB
CMYK
RGB Variations
Color information
#DA9C25 (or 0xDA9C25) is known color: Buttercup. HEX triplet: DA, 9C and 25. RGB value is (218,156,37). Sum of RGB (Red+Green+Blue) = 218+156+37=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9C25 is #2563DA. Grayscale: #A1A1A1. Windows color (decimal): -2450395 or 2464986. OLE color: 2464986.
HSL color Cylindrical-coordinate representation of color #DA9C25: hue angle of 39.45º 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 #DA9C25 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 37 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.15 |
| HSL | 39.45º | 0.71% | 0.5% | - |
| HSV(B) | 39.45º | 0.83% | 0.85% | - |
| XYZ | 41.14 | 38.82 | 7.07 | - |
| YUV | 160.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 37 | 0 | 0.28 | 0.83 | 0.15 | 39.45 | 0.71 | 0.5 |
| Hex | DA | 9C | 25 | 0 | 1C | 53 | F | 27 | 47 | 32 |
| Octal | 332 | 234 | 45 | 0 | 34 | 123 | 17 | 47 | 107 | 62 |
| Binary | 11011010 | 10011100 | 100101 | 0 | 11100 | 1010011 | 1111 | 100111 | 1000111 | 110010 |
Color Harmonies of #DA9C25
Complementary color
Monochromatic Colors of #DA9C25
Black with #DA9C25
Text Example
Text Example
White with #DA9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C25; }
p { color: rgb(218,156,37); }
H1.HeaderClassName
{
color: #DA9C25;
}
.AnyTagClassName
{
color: #DA9C25;
}
</style>
background-color css
<style>
a { background-color: #DA9C25; }
a { background-color: rgb(218,156,37); }
div.DivClassName
{
background-color: #DA9C25;
}
.BgClassName
{
background-color: #DA9C25;
}
</style>
border-color css
<style>
span { border-color: #DA9C25; }
span { border-color: rgb(218,156,37); }
td.TdClassName
{
border-color: #DA9C25;
}
.TagClassName
{
border-color: #DA9C25;
}
</style>