Shades of Buttercup #D0981E
Tints of Buttercup #D0981E
RGB
CMYK
RGB Variations
Color information
#D0981E (or 0xD0981E) is known color: Buttercup. HEX triplet: D0, 98 and 1E. RGB value is (208,152,30). Sum of RGB (Red+Green+Blue) = 208+152+30=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0981E is #2F67E1. Grayscale: #9B9B9B. Windows color (decimal): -3106786 or 2005200. OLE color: 2005200.
HSL color Cylindrical-coordinate representation of color #D0981E: hue angle of 41.12º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0981E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 30 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.18 |
| HSL | 41.12º | 0.75% | 0.47% | - |
| HSV(B) | 41.12º | 0.86% | 0.82% | - |
| XYZ | 37.48 | 35.96 | 6.19 | - |
| YUV | 154.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 30 | 0 | 0.27 | 0.86 | 0.18 | 41.12 | 0.75 | 0.47 |
| Hex | D0 | 98 | 1E | 0 | 1B | 56 | 12 | 29 | 4B | 2F |
| Octal | 320 | 230 | 36 | 0 | 33 | 126 | 22 | 51 | 113 | 57 |
| Binary | 11010000 | 10011000 | 11110 | 0 | 11011 | 1010110 | 10010 | 101001 | 1001011 | 101111 |
Color Harmonies of #D0981E
Complementary color
Monochromatic Colors of #D0981E
Black with #D0981E
Text Example
Text Example
White with #D0981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0981E; }
p { color: rgb(208,152,30); }
H1.HeaderClassName
{
color: #D0981E;
}
.AnyTagClassName
{
color: #D0981E;
}
</style>
background-color css
<style>
a { background-color: #D0981E; }
a { background-color: rgb(208,152,30); }
div.DivClassName
{
background-color: #D0981E;
}
.BgClassName
{
background-color: #D0981E;
}
</style>
border-color css
<style>
span { border-color: #D0981E; }
span { border-color: rgb(208,152,30); }
td.TdClassName
{
border-color: #D0981E;
}
.TagClassName
{
border-color: #D0981E;
}
</style>