Shades of Buttercup #DD8426
Tints of Buttercup #DD8426
RGB
CMYK
RGB Variations
Color information
#DD8426 (or 0xDD8426) is known color: Buttercup. HEX triplet: DD, 84 and 26. RGB value is (221,132,38). Sum of RGB (Red+Green+Blue) = 221+132+38=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8426 is #227BD9. Grayscale: #949494. Windows color (decimal): -2259930 or 2524381. OLE color: 2524381.
HSL color Cylindrical-coordinate representation of color #DD8426: hue angle of 30.82º 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 #DD8426 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 38 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.13 |
| HSL | 30.82º | 0.73% | 0.51% | - |
| HSV(B) | 30.82º | 0.83% | 0.87% | - |
| XYZ | 38.42 | 32.01 | 5.99 | - |
| YUV | 147.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 38 | 0 | 0.40 | 0.83 | 0.13 | 30.82 | 0.73 | 0.51 |
| Hex | DD | 84 | 26 | 0 | 28 | 53 | D | 1F | 49 | 33 |
| Octal | 335 | 204 | 46 | 0 | 50 | 123 | 15 | 37 | 111 | 63 |
| Binary | 11011101 | 10000100 | 100110 | 0 | 101000 | 1010011 | 1101 | 11111 | 1001001 | 110011 |
Color Harmonies of #DD8426
Complementary color
Monochromatic Colors of #DD8426
Black with #DD8426
Text Example
Text Example
White with #DD8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8426; }
p { color: rgb(221,132,38); }
H1.HeaderClassName
{
color: #DD8426;
}
.AnyTagClassName
{
color: #DD8426;
}
</style>
background-color css
<style>
a { background-color: #DD8426; }
a { background-color: rgb(221,132,38); }
div.DivClassName
{
background-color: #DD8426;
}
.BgClassName
{
background-color: #DD8426;
}
</style>
border-color css
<style>
span { border-color: #DD8426; }
span { border-color: rgb(221,132,38); }
td.TdClassName
{
border-color: #DD8426;
}
.TagClassName
{
border-color: #DD8426;
}
</style>