Shades of Buttercup #DA981E
Tints of Buttercup #DA981E
RGB
CMYK
RGB Variations
Color information
#DA981E (or 0xDA981E) is known color: Buttercup. HEX triplet: DA, 98 and 1E. RGB value is (218,152,30). Sum of RGB (Red+Green+Blue) = 218+152+30=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA981E is #2567E1. Grayscale: #9E9E9E. Windows color (decimal): -2451426 or 2005210. OLE color: 2005210.
HSL color Cylindrical-coordinate representation of color #DA981E: hue angle of 38.94º 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 #DA981E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 30 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.15 |
| HSL | 38.94º | 0.76% | 0.49% | - |
| HSV(B) | 38.94º | 0.86% | 0.85% | - |
| XYZ | 40.38 | 37.46 | 6.33 | - |
| YUV | 157.83 | 55.87 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 30 | 0 | 0.30 | 0.86 | 0.15 | 38.94 | 0.76 | 0.49 |
| Hex | DA | 98 | 1E | 0 | 1E | 56 | F | 27 | 4C | 31 |
| Octal | 332 | 230 | 36 | 0 | 36 | 126 | 17 | 47 | 114 | 61 |
| Binary | 11011010 | 10011000 | 11110 | 0 | 11110 | 1010110 | 1111 | 100111 | 1001100 | 110001 |
Color Harmonies of #DA981E
Complementary color
Monochromatic Colors of #DA981E
Black with #DA981E
Text Example
Text Example
White with #DA981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA981E; }
p { color: rgb(218,152,30); }
H1.HeaderClassName
{
color: #DA981E;
}
.AnyTagClassName
{
color: #DA981E;
}
</style>
background-color css
<style>
a { background-color: #DA981E; }
a { background-color: rgb(218,152,30); }
div.DivClassName
{
background-color: #DA981E;
}
.BgClassName
{
background-color: #DA981E;
}
</style>
border-color css
<style>
span { border-color: #DA981E; }
span { border-color: rgb(218,152,30); }
td.TdClassName
{
border-color: #DA981E;
}
.TagClassName
{
border-color: #DA981E;
}
</style>