Shades of Buttercup #DD9826
Tints of Buttercup #DD9826
RGB
CMYK
RGB Variations
Color information
#DD9826 (or 0xDD9826) is known color: Buttercup. HEX triplet: DD, 98 and 26. RGB value is (221,152,38). Sum of RGB (Red+Green+Blue) = 221+152+38=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9826 is #2267D9. Grayscale: #A0A0A0. Windows color (decimal): -2254810 or 2529501. OLE color: 2529501.
HSL color Cylindrical-coordinate representation of color #DD9826: hue angle of 37.38º 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 #DD9826 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 38 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.13 |
| HSL | 37.38º | 0.73% | 0.51% | - |
| HSV(B) | 37.38º | 0.83% | 0.87% | - |
| XYZ | 41.4 | 37.97 | 6.98 | - |
| YUV | 159.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 38 | 0 | 0.31 | 0.83 | 0.13 | 37.38 | 0.73 | 0.51 |
| Hex | DD | 98 | 26 | 0 | 1F | 53 | D | 25 | 49 | 33 |
| Octal | 335 | 230 | 46 | 0 | 37 | 123 | 15 | 45 | 111 | 63 |
| Binary | 11011101 | 10011000 | 100110 | 0 | 11111 | 1010011 | 1101 | 100101 | 1001001 | 110011 |
Color Harmonies of #DD9826
Complementary color
Monochromatic Colors of #DD9826
Black with #DD9826
Text Example
Text Example
White with #DD9826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9826; }
p { color: rgb(221,152,38); }
H1.HeaderClassName
{
color: #DD9826;
}
.AnyTagClassName
{
color: #DD9826;
}
</style>
background-color css
<style>
a { background-color: #DD9826; }
a { background-color: rgb(221,152,38); }
div.DivClassName
{
background-color: #DD9826;
}
.BgClassName
{
background-color: #DD9826;
}
</style>
border-color css
<style>
span { border-color: #DD9826; }
span { border-color: rgb(221,152,38); }
td.TdClassName
{
border-color: #DD9826;
}
.TagClassName
{
border-color: #DD9826;
}
</style>