Shades of Buttercup #DD9022
Tints of Buttercup #DD9022
RGB
CMYK
RGB Variations
Color information
#DD9022 (or 0xDD9022) is known color: Buttercup. HEX triplet: DD, 90 and 22. RGB value is (221,144,34). Sum of RGB (Red+Green+Blue) = 221+144+34=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9022 is #226FDD. Grayscale: #9B9B9B. Windows color (decimal): -2256862 or 2265309. OLE color: 2265309.
HSL color Cylindrical-coordinate representation of color #DD9022: hue angle of 35.29º 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 #DD9022 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 34 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.13 |
| HSL | 35.29º | 0.73% | 0.5% | - |
| HSV(B) | 35.29º | 0.85% | 0.87% | - |
| XYZ | 40.08 | 35.43 | 6.24 | - |
| YUV | 154.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 34 | 0 | 0.35 | 0.85 | 0.13 | 35.29 | 0.73 | 0.5 |
| Hex | DD | 90 | 22 | 0 | 23 | 55 | D | 23 | 49 | 32 |
| Octal | 335 | 220 | 42 | 0 | 43 | 125 | 15 | 43 | 111 | 62 |
| Binary | 11011101 | 10010000 | 100010 | 0 | 100011 | 1010101 | 1101 | 100011 | 1001001 | 110010 |
Color Harmonies of #DD9022
Complementary color
Monochromatic Colors of #DD9022
Black with #DD9022
Text Example
Text Example
White with #DD9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9022; }
p { color: rgb(221,144,34); }
H1.HeaderClassName
{
color: #DD9022;
}
.AnyTagClassName
{
color: #DD9022;
}
</style>
background-color css
<style>
a { background-color: #DD9022; }
a { background-color: rgb(221,144,34); }
div.DivClassName
{
background-color: #DD9022;
}
.BgClassName
{
background-color: #DD9022;
}
</style>
border-color css
<style>
span { border-color: #DD9022; }
span { border-color: rgb(221,144,34); }
td.TdClassName
{
border-color: #DD9022;
}
.TagClassName
{
border-color: #DD9022;
}
</style>