Shades of Buttercup #DD9122
Tints of Buttercup #DD9122
RGB
CMYK
RGB Variations
Color information
#DD9122 (or 0xDD9122) is known color: Buttercup. HEX triplet: DD, 91 and 22. RGB value is (221,145,34). Sum of RGB (Red+Green+Blue) = 221+145+34=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9122 is #226EDD. Grayscale: #9B9B9B. Windows color (decimal): -2256606 or 2265565. OLE color: 2265565.
HSL color Cylindrical-coordinate representation of color #DD9122: hue angle of 35.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD9122 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 34 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.13 |
| HSL | 35.61º | 0.73% | 0.5% | - |
| HSV(B) | 35.61º | 0.85% | 0.87% | - |
| XYZ | 40.23 | 35.74 | 6.29 | - |
| YUV | 155.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 34 | 0 | 0.34 | 0.85 | 0.13 | 35.61 | 0.73 | 0.5 |
| Hex | DD | 91 | 22 | 0 | 22 | 55 | D | 24 | 49 | 32 |
| Octal | 335 | 221 | 42 | 0 | 42 | 125 | 15 | 44 | 111 | 62 |
| Binary | 11011101 | 10010001 | 100010 | 0 | 100010 | 1010101 | 1101 | 100100 | 1001001 | 110010 |
Color Harmonies of #DD9122
Complementary color
Monochromatic Colors of #DD9122
Black with #DD9122
Text Example
Text Example
White with #DD9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9122; }
p { color: rgb(221,145,34); }
H1.HeaderClassName
{
color: #DD9122;
}
.AnyTagClassName
{
color: #DD9122;
}
</style>
background-color css
<style>
a { background-color: #DD9122; }
a { background-color: rgb(221,145,34); }
div.DivClassName
{
background-color: #DD9122;
}
.BgClassName
{
background-color: #DD9122;
}
</style>
border-color css
<style>
span { border-color: #DD9122; }
span { border-color: rgb(221,145,34); }
td.TdClassName
{
border-color: #DD9122;
}
.TagClassName
{
border-color: #DD9122;
}
</style>