Shades of Buttercup #DA8925
Tints of Buttercup #DA8925
RGB
CMYK
RGB Variations
Color information
#DA8925 (or 0xDA8925) is known color: Buttercup. HEX triplet: DA, 89 and 25. RGB value is (218,137,37). Sum of RGB (Red+Green+Blue) = 218+137+37=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8925 is #2576DA. Grayscale: #969696. Windows color (decimal): -2455259 or 2460122. OLE color: 2460122.
HSL color Cylindrical-coordinate representation of color #DA8925: hue angle of 33.15º 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 #DA8925 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 37 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.15 |
| HSL | 33.15º | 0.71% | 0.5% | - |
| HSV(B) | 33.15º | 0.83% | 0.85% | - |
| XYZ | 38.19 | 32.93 | 6.09 | - |
| YUV | 149.82 | 64.34 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 37 | 0 | 0.37 | 0.83 | 0.15 | 33.15 | 0.71 | 0.5 |
| Hex | DA | 89 | 25 | 0 | 25 | 53 | F | 21 | 47 | 32 |
| Octal | 332 | 211 | 45 | 0 | 45 | 123 | 17 | 41 | 107 | 62 |
| Binary | 11011010 | 10001001 | 100101 | 0 | 100101 | 1010011 | 1111 | 100001 | 1000111 | 110010 |
Color Harmonies of #DA8925
Complementary color
Monochromatic Colors of #DA8925
Black with #DA8925
Text Example
Text Example
White with #DA8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8925; }
p { color: rgb(218,137,37); }
H1.HeaderClassName
{
color: #DA8925;
}
.AnyTagClassName
{
color: #DA8925;
}
</style>
background-color css
<style>
a { background-color: #DA8925; }
a { background-color: rgb(218,137,37); }
div.DivClassName
{
background-color: #DA8925;
}
.BgClassName
{
background-color: #DA8925;
}
</style>
border-color css
<style>
span { border-color: #DA8925; }
span { border-color: rgb(218,137,37); }
td.TdClassName
{
border-color: #DA8925;
}
.TagClassName
{
border-color: #DA8925;
}
</style>