Shades of Buttercup #DA8D1E
Tints of Buttercup #DA8D1E
RGB
CMYK
RGB Variations
Color information
#DA8D1E (or 0xDA8D1E) is known color: Buttercup. HEX triplet: DA, 8D and 1E. RGB value is (218,141,30). Sum of RGB (Red+Green+Blue) = 218+141+30=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D1E is #2572E1. Grayscale: #979797. Windows color (decimal): -2454242 or 2002394. OLE color: 2002394.
HSL color Cylindrical-coordinate representation of color #DA8D1E: hue angle of 35.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA8D1E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 30 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.15 |
| HSL | 35.43º | 0.76% | 0.49% | - |
| HSV(B) | 35.43º | 0.86% | 0.85% | - |
| XYZ | 38.67 | 34.05 | 5.76 | - |
| YUV | 151.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 30 | 0 | 0.35 | 0.86 | 0.15 | 35.43 | 0.76 | 0.49 |
| Hex | DA | 8D | 1E | 0 | 23 | 56 | F | 23 | 4C | 31 |
| Octal | 332 | 215 | 36 | 0 | 43 | 126 | 17 | 43 | 114 | 61 |
| Binary | 11011010 | 10001101 | 11110 | 0 | 100011 | 1010110 | 1111 | 100011 | 1001100 | 110001 |
Color Harmonies of #DA8D1E
Complementary color
Monochromatic Colors of #DA8D1E
Black with #DA8D1E
Text Example
Text Example
White with #DA8D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D1E; }
p { color: rgb(218,141,30); }
H1.HeaderClassName
{
color: #DA8D1E;
}
.AnyTagClassName
{
color: #DA8D1E;
}
</style>
background-color css
<style>
a { background-color: #DA8D1E; }
a { background-color: rgb(218,141,30); }
div.DivClassName
{
background-color: #DA8D1E;
}
.BgClassName
{
background-color: #DA8D1E;
}
</style>
border-color css
<style>
span { border-color: #DA8D1E; }
span { border-color: rgb(218,141,30); }
td.TdClassName
{
border-color: #DA8D1E;
}
.TagClassName
{
border-color: #DA8D1E;
}
</style>