Shades of Buttercup #DD8D26
Tints of Buttercup #DD8D26
RGB
CMYK
RGB Variations
Color information
#DD8D26 (or 0xDD8D26) is known color: Buttercup. HEX triplet: DD, 8D and 26. RGB value is (221,141,38). Sum of RGB (Red+Green+Blue) = 221+141+38=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D26 is #2272D9. Grayscale: #999999. Windows color (decimal): -2257626 or 2526685. OLE color: 2526685.
HSL color Cylindrical-coordinate representation of color #DD8D26: hue angle of 33.77º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD8D26 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 38 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.13 |
| HSL | 33.77º | 0.73% | 0.51% | - |
| HSV(B) | 33.77º | 0.83% | 0.87% | - |
| XYZ | 39.69 | 34.56 | 6.41 | - |
| YUV | 153.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 38 | 0 | 0.36 | 0.83 | 0.13 | 33.77 | 0.73 | 0.51 |
| Hex | DD | 8D | 26 | 0 | 24 | 53 | D | 22 | 49 | 33 |
| Octal | 335 | 215 | 46 | 0 | 44 | 123 | 15 | 42 | 111 | 63 |
| Binary | 11011101 | 10001101 | 100110 | 0 | 100100 | 1010011 | 1101 | 100010 | 1001001 | 110011 |
Color Harmonies of #DD8D26
Complementary color
Monochromatic Colors of #DD8D26
Black with #DD8D26
Text Example
Text Example
White with #DD8D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D26; }
p { color: rgb(221,141,38); }
H1.HeaderClassName
{
color: #DD8D26;
}
.AnyTagClassName
{
color: #DD8D26;
}
</style>
background-color css
<style>
a { background-color: #DD8D26; }
a { background-color: rgb(221,141,38); }
div.DivClassName
{
background-color: #DD8D26;
}
.BgClassName
{
background-color: #DD8D26;
}
</style>
border-color css
<style>
span { border-color: #DD8D26; }
span { border-color: rgb(221,141,38); }
td.TdClassName
{
border-color: #DD8D26;
}
.TagClassName
{
border-color: #DD8D26;
}
</style>