Shades of Buttercup #DA8625
Tints of Buttercup #DA8625
RGB
CMYK
RGB Variations
Color information
#DA8625 (or 0xDA8625) is known color: Buttercup. HEX triplet: DA, 86 and 25. RGB value is (218,134,37). Sum of RGB (Red+Green+Blue) = 218+134+37=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8625 is #2579DA. Grayscale: #949494. Windows color (decimal): -2456027 or 2459354. OLE color: 2459354.
HSL color Cylindrical-coordinate representation of color #DA8625: hue angle of 32.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 #DA8625 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 37 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.15 |
| HSL | 32.15º | 0.71% | 0.5% | - |
| HSV(B) | 32.15º | 0.83% | 0.85% | - |
| XYZ | 37.77 | 32.09 | 5.95 | - |
| YUV | 148.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 37 | 0 | 0.39 | 0.83 | 0.15 | 32.15 | 0.71 | 0.5 |
| Hex | DA | 86 | 25 | 0 | 27 | 53 | F | 20 | 47 | 32 |
| Octal | 332 | 206 | 45 | 0 | 47 | 123 | 17 | 40 | 107 | 62 |
| Binary | 11011010 | 10000110 | 100101 | 0 | 100111 | 1010011 | 1111 | 100000 | 1000111 | 110010 |
Color Harmonies of #DA8625
Complementary color
Monochromatic Colors of #DA8625
Black with #DA8625
Text Example
Text Example
White with #DA8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8625; }
p { color: rgb(218,134,37); }
H1.HeaderClassName
{
color: #DA8625;
}
.AnyTagClassName
{
color: #DA8625;
}
</style>
background-color css
<style>
a { background-color: #DA8625; }
a { background-color: rgb(218,134,37); }
div.DivClassName
{
background-color: #DA8625;
}
.BgClassName
{
background-color: #DA8625;
}
</style>
border-color css
<style>
span { border-color: #DA8625; }
span { border-color: rgb(218,134,37); }
td.TdClassName
{
border-color: #DA8625;
}
.TagClassName
{
border-color: #DA8625;
}
</style>