Shades of Buttercup #DD941F
Tints of Buttercup #DD941F
RGB
CMYK
RGB Variations
Color information
#DD941F (or 0xDD941F) is known color: Buttercup. HEX triplet: DD, 94 and 1F. RGB value is (221,148,31). Sum of RGB (Red+Green+Blue) = 221+148+31=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD941F is #226BE0. Grayscale: #9D9D9D. Windows color (decimal): -2255841 or 2069725. OLE color: 2069725.
HSL color Cylindrical-coordinate representation of color #DD941F: hue angle of 36.95º degrees, saturation: 0.75, 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 #DD941F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 31 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.13 |
| HSL | 36.95º | 0.75% | 0.49% | - |
| HSV(B) | 36.95º | 0.86% | 0.87% | - |
| XYZ | 40.66 | 36.65 | 6.23 | - |
| YUV | 156.49 | 57.18 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 31 | 0 | 0.33 | 0.86 | 0.13 | 36.95 | 0.75 | 0.49 |
| Hex | DD | 94 | 1F | 0 | 21 | 56 | D | 25 | 4B | 31 |
| Octal | 335 | 224 | 37 | 0 | 41 | 126 | 15 | 45 | 113 | 61 |
| Binary | 11011101 | 10010100 | 11111 | 0 | 100001 | 1010110 | 1101 | 100101 | 1001011 | 110001 |
Color Harmonies of #DD941F
Complementary color
Monochromatic Colors of #DD941F
Black with #DD941F
Text Example
Text Example
White with #DD941F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD941F; }
p { color: rgb(221,148,31); }
H1.HeaderClassName
{
color: #DD941F;
}
.AnyTagClassName
{
color: #DD941F;
}
</style>
background-color css
<style>
a { background-color: #DD941F; }
a { background-color: rgb(221,148,31); }
div.DivClassName
{
background-color: #DD941F;
}
.BgClassName
{
background-color: #DD941F;
}
</style>
border-color css
<style>
span { border-color: #DD941F; }
span { border-color: rgb(221,148,31); }
td.TdClassName
{
border-color: #DD941F;
}
.TagClassName
{
border-color: #DD941F;
}
</style>