Shades of Buttercup #DA8525
Tints of Buttercup #DA8525
RGB
CMYK
RGB Variations
Color information
#DA8525 (or 0xDA8525) is known color: Buttercup. HEX triplet: DA, 85 and 25. RGB value is (218,133,37). Sum of RGB (Red+Green+Blue) = 218+133+37=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8525 is #257ADA. Grayscale: #939393. Windows color (decimal): -2456283 or 2459098. OLE color: 2459098.
HSL color Cylindrical-coordinate representation of color #DA8525: hue angle of 31.82º 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 #DA8525 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 37 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.15 |
| HSL | 31.82º | 0.71% | 0.5% | - |
| HSV(B) | 31.82º | 0.83% | 0.85% | - |
| XYZ | 37.63 | 31.81 | 5.91 | - |
| YUV | 147.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 37 | 0 | 0.39 | 0.83 | 0.15 | 31.82 | 0.71 | 0.5 |
| Hex | DA | 85 | 25 | 0 | 27 | 53 | F | 20 | 47 | 32 |
| Octal | 332 | 205 | 45 | 0 | 47 | 123 | 17 | 40 | 107 | 62 |
| Binary | 11011010 | 10000101 | 100101 | 0 | 100111 | 1010011 | 1111 | 100000 | 1000111 | 110010 |
Color Harmonies of #DA8525
Complementary color
Monochromatic Colors of #DA8525
Black with #DA8525
Text Example
Text Example
White with #DA8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8525; }
p { color: rgb(218,133,37); }
H1.HeaderClassName
{
color: #DA8525;
}
.AnyTagClassName
{
color: #DA8525;
}
</style>
background-color css
<style>
a { background-color: #DA8525; }
a { background-color: rgb(218,133,37); }
div.DivClassName
{
background-color: #DA8525;
}
.BgClassName
{
background-color: #DA8525;
}
</style>
border-color css
<style>
span { border-color: #DA8525; }
span { border-color: rgb(218,133,37); }
td.TdClassName
{
border-color: #DA8525;
}
.TagClassName
{
border-color: #DA8525;
}
</style>