Shades of Buttercup #DA8D17
Tints of Buttercup #DA8D17
RGB
CMYK
RGB Variations
Color information
#DA8D17 (or 0xDA8D17) is known color: Buttercup. HEX triplet: DA, 8D and 17. RGB value is (218,141,23). Sum of RGB (Red+Green+Blue) = 218+141+23=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D17 is #2572E8. Grayscale: #979797. Windows color (decimal): -2454249 or 1543642. OLE color: 1543642.
HSL color Cylindrical-coordinate representation of color #DA8D17: hue angle of 36.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA8D17 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 23 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.15 |
| HSL | 36.31º | 0.81% | 0.47% | - |
| HSV(B) | 36.31º | 0.89% | 0.85% | - |
| XYZ | 38.59 | 34.02 | 5.34 | - |
| YUV | 150.57 | 56.01 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 23 | 0 | 0.35 | 0.89 | 0.15 | 36.31 | 0.81 | 0.47 |
| Hex | DA | 8D | 17 | 0 | 23 | 59 | F | 24 | 51 | 2F |
| Octal | 332 | 215 | 27 | 0 | 43 | 131 | 17 | 44 | 121 | 57 |
| Binary | 11011010 | 10001101 | 10111 | 0 | 100011 | 1011001 | 1111 | 100100 | 1010001 | 101111 |
Color Harmonies of #DA8D17
Complementary color
Monochromatic Colors of #DA8D17
Black with #DA8D17
Text Example
Text Example
White with #DA8D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D17; }
p { color: rgb(218,141,23); }
H1.HeaderClassName
{
color: #DA8D17;
}
.AnyTagClassName
{
color: #DA8D17;
}
</style>
background-color css
<style>
a { background-color: #DA8D17; }
a { background-color: rgb(218,141,23); }
div.DivClassName
{
background-color: #DA8D17;
}
.BgClassName
{
background-color: #DA8D17;
}
</style>
border-color css
<style>
span { border-color: #DA8D17; }
span { border-color: rgb(218,141,23); }
td.TdClassName
{
border-color: #DA8D17;
}
.TagClassName
{
border-color: #DA8D17;
}
</style>