Shades of Buttercup #DD941E
Tints of Buttercup #DD941E
RGB
CMYK
RGB Variations
Color information
#DD941E (or 0xDD941E) is known color: Buttercup. HEX triplet: DD, 94 and 1E. RGB value is (221,148,30). Sum of RGB (Red+Green+Blue) = 221+148+30=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD941E is #226BE1. Grayscale: #9C9C9C. Windows color (decimal): -2255842 or 2004189. OLE color: 2004189.
HSL color Cylindrical-coordinate representation of color #DD941E: hue angle of 37.07º 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 #DD941E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 30 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.13 |
| HSL | 37.07º | 0.76% | 0.49% | - |
| HSV(B) | 37.07º | 0.86% | 0.87% | - |
| XYZ | 40.64 | 36.65 | 6.16 | - |
| YUV | 156.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 30 | 0 | 0.33 | 0.86 | 0.13 | 37.07 | 0.76 | 0.49 |
| Hex | DD | 94 | 1E | 0 | 21 | 56 | D | 25 | 4C | 31 |
| Octal | 335 | 224 | 36 | 0 | 41 | 126 | 15 | 45 | 114 | 61 |
| Binary | 11011101 | 10010100 | 11110 | 0 | 100001 | 1010110 | 1101 | 100101 | 1001100 | 110001 |
Color Harmonies of #DD941E
Complementary color
Monochromatic Colors of #DD941E
Black with #DD941E
Text Example
Text Example
White with #DD941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD941E; }
p { color: rgb(221,148,30); }
H1.HeaderClassName
{
color: #DD941E;
}
.AnyTagClassName
{
color: #DD941E;
}
</style>
background-color css
<style>
a { background-color: #DD941E; }
a { background-color: rgb(221,148,30); }
div.DivClassName
{
background-color: #DD941E;
}
.BgClassName
{
background-color: #DD941E;
}
</style>
border-color css
<style>
span { border-color: #DD941E; }
span { border-color: rgb(221,148,30); }
td.TdClassName
{
border-color: #DD941E;
}
.TagClassName
{
border-color: #DD941E;
}
</style>