Shades of Buttercup #DD981E
Tints of Buttercup #DD981E
RGB
CMYK
RGB Variations
Color information
#DD981E (or 0xDD981E) is known color: Buttercup. HEX triplet: DD, 98 and 1E. RGB value is (221,152,30). Sum of RGB (Red+Green+Blue) = 221+152+30=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD981E is #2267E1. Grayscale: #9F9F9F. Windows color (decimal): -2254818 or 2005213. OLE color: 2005213.
HSL color Cylindrical-coordinate representation of color #DD981E: hue angle of 38.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD981E is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 30 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.13 |
| HSL | 38.32º | 0.76% | 0.49% | - |
| HSV(B) | 38.32º | 0.86% | 0.87% | - |
| XYZ | 41.28 | 37.92 | 6.37 | - |
| YUV | 158.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 30 | 0 | 0.31 | 0.86 | 0.13 | 38.32 | 0.76 | 0.49 |
| Hex | DD | 98 | 1E | 0 | 1F | 56 | D | 26 | 4C | 31 |
| Octal | 335 | 230 | 36 | 0 | 37 | 126 | 15 | 46 | 114 | 61 |
| Binary | 11011101 | 10011000 | 11110 | 0 | 11111 | 1010110 | 1101 | 100110 | 1001100 | 110001 |
Color Harmonies of #DD981E
Complementary color
Monochromatic Colors of #DD981E
Black with #DD981E
Text Example
Text Example
White with #DD981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD981E; }
p { color: rgb(221,152,30); }
H1.HeaderClassName
{
color: #DD981E;
}
.AnyTagClassName
{
color: #DD981E;
}
</style>
background-color css
<style>
a { background-color: #DD981E; }
a { background-color: rgb(221,152,30); }
div.DivClassName
{
background-color: #DD981E;
}
.BgClassName
{
background-color: #DD981E;
}
</style>
border-color css
<style>
span { border-color: #DD981E; }
span { border-color: rgb(221,152,30); }
td.TdClassName
{
border-color: #DD981E;
}
.TagClassName
{
border-color: #DD981E;
}
</style>