Shades of Buttercup #DD8C26
Tints of Buttercup #DD8C26
RGB
CMYK
RGB Variations
Color information
#DD8C26 (or 0xDD8C26) is known color: Buttercup. HEX triplet: DD, 8C and 26. RGB value is (221,140,38). Sum of RGB (Red+Green+Blue) = 221+140+38=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C26 is #2273D9. Grayscale: #999999. Windows color (decimal): -2257882 or 2526429. OLE color: 2526429.
HSL color Cylindrical-coordinate representation of color #DD8C26: hue angle of 33.44º 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 #DD8C26 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 38 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.13 |
| HSL | 33.44º | 0.73% | 0.51% | - |
| HSV(B) | 33.44º | 0.83% | 0.87% | - |
| XYZ | 39.55 | 34.27 | 6.36 | - |
| YUV | 152.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 38 | 0 | 0.37 | 0.83 | 0.13 | 33.44 | 0.73 | 0.51 |
| Hex | DD | 8C | 26 | 0 | 25 | 53 | D | 21 | 49 | 33 |
| Octal | 335 | 214 | 46 | 0 | 45 | 123 | 15 | 41 | 111 | 63 |
| Binary | 11011101 | 10001100 | 100110 | 0 | 100101 | 1010011 | 1101 | 100001 | 1001001 | 110011 |
Color Harmonies of #DD8C26
Complementary color
Monochromatic Colors of #DD8C26
Black with #DD8C26
Text Example
Text Example
White with #DD8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C26; }
p { color: rgb(221,140,38); }
H1.HeaderClassName
{
color: #DD8C26;
}
.AnyTagClassName
{
color: #DD8C26;
}
</style>
background-color css
<style>
a { background-color: #DD8C26; }
a { background-color: rgb(221,140,38); }
div.DivClassName
{
background-color: #DD8C26;
}
.BgClassName
{
background-color: #DD8C26;
}
</style>
border-color css
<style>
span { border-color: #DD8C26; }
span { border-color: rgb(221,140,38); }
td.TdClassName
{
border-color: #DD8C26;
}
.TagClassName
{
border-color: #DD8C26;
}
</style>