Shades of Buttercup #DA8D19
Tints of Buttercup #DA8D19
RGB
CMYK
RGB Variations
Color information
#DA8D19 (or 0xDA8D19) is known color: Buttercup. HEX triplet: DA, 8D and 19. RGB value is (218,141,25). Sum of RGB (Red+Green+Blue) = 218+141+25=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D19 is #2572E6. Grayscale: #979797. Windows color (decimal): -2454247 or 1674714. OLE color: 1674714.
HSL color Cylindrical-coordinate representation of color #DA8D19: hue angle of 36.06º 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 #DA8D19 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.15 |
| HSL | 36.06º | 0.79% | 0.48% | - |
| HSV(B) | 36.06º | 0.89% | 0.85% | - |
| XYZ | 38.61 | 34.03 | 5.45 | - |
| YUV | 150.8 | 57.01 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 25 | 0 | 0.35 | 0.89 | 0.15 | 36.06 | 0.79 | 0.48 |
| Hex | DA | 8D | 19 | 0 | 23 | 59 | F | 24 | 4F | 30 |
| Octal | 332 | 215 | 31 | 0 | 43 | 131 | 17 | 44 | 117 | 60 |
| Binary | 11011010 | 10001101 | 11001 | 0 | 100011 | 1011001 | 1111 | 100100 | 1001111 | 110000 |
Color Harmonies of #DA8D19
Complementary color
Monochromatic Colors of #DA8D19
Black with #DA8D19
Text Example
Text Example
White with #DA8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D19; }
p { color: rgb(218,141,25); }
H1.HeaderClassName
{
color: #DA8D19;
}
.AnyTagClassName
{
color: #DA8D19;
}
</style>
background-color css
<style>
a { background-color: #DA8D19; }
a { background-color: rgb(218,141,25); }
div.DivClassName
{
background-color: #DA8D19;
}
.BgClassName
{
background-color: #DA8D19;
}
</style>
border-color css
<style>
span { border-color: #DA8D19; }
span { border-color: rgb(218,141,25); }
td.TdClassName
{
border-color: #DA8D19;
}
.TagClassName
{
border-color: #DA8D19;
}
</style>