Shades of Buttercup #DA8F19
Tints of Buttercup #DA8F19
RGB
CMYK
RGB Variations
Color information
#DA8F19 (or 0xDA8F19) is known color: Buttercup. HEX triplet: DA, 8F and 19. RGB value is (218,143,25). Sum of RGB (Red+Green+Blue) = 218+143+25=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8F19 is #2570E6. Grayscale: #989898. Windows color (decimal): -2453735 or 1675226. OLE color: 1675226.
HSL color Cylindrical-coordinate representation of color #DA8F19: hue angle of 36.68º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA8F19 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.15 |
| HSL | 36.68º | 0.79% | 0.48% | - |
| HSV(B) | 36.68º | 0.89% | 0.85% | - |
| XYZ | 38.91 | 34.62 | 5.55 | - |
| YUV | 151.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 25 | 0 | 0.34 | 0.89 | 0.15 | 36.68 | 0.79 | 0.48 |
| Hex | DA | 8F | 19 | 0 | 22 | 59 | F | 25 | 4F | 30 |
| Octal | 332 | 217 | 31 | 0 | 42 | 131 | 17 | 45 | 117 | 60 |
| Binary | 11011010 | 10001111 | 11001 | 0 | 100010 | 1011001 | 1111 | 100101 | 1001111 | 110000 |
Color Harmonies of #DA8F19
Complementary color
Monochromatic Colors of #DA8F19
Black with #DA8F19
Text Example
Text Example
White with #DA8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F19; }
p { color: rgb(218,143,25); }
H1.HeaderClassName
{
color: #DA8F19;
}
.AnyTagClassName
{
color: #DA8F19;
}
</style>
background-color css
<style>
a { background-color: #DA8F19; }
a { background-color: rgb(218,143,25); }
div.DivClassName
{
background-color: #DA8F19;
}
.BgClassName
{
background-color: #DA8F19;
}
</style>
border-color css
<style>
span { border-color: #DA8F19; }
span { border-color: rgb(218,143,25); }
td.TdClassName
{
border-color: #DA8F19;
}
.TagClassName
{
border-color: #DA8F19;
}
</style>