Shades of Buttercup #DD9223
Tints of Buttercup #DD9223
RGB
CMYK
RGB Variations
Color information
#DD9223 (or 0xDD9223) is known color: Buttercup. HEX triplet: DD, 92 and 23. RGB value is (221,146,35). Sum of RGB (Red+Green+Blue) = 221+146+35=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9223 is #226DDC. Grayscale: #9C9C9C. Windows color (decimal): -2256349 or 2331357. OLE color: 2331357.
HSL color Cylindrical-coordinate representation of color #DD9223: hue angle of 35.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD9223 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 35 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.13 |
| HSL | 35.81º | 0.73% | 0.5% | - |
| HSV(B) | 35.81º | 0.84% | 0.87% | - |
| XYZ | 40.4 | 36.05 | 6.42 | - |
| YUV | 155.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 35 | 0 | 0.34 | 0.84 | 0.13 | 35.81 | 0.73 | 0.5 |
| Hex | DD | 92 | 23 | 0 | 22 | 54 | D | 24 | 49 | 32 |
| Octal | 335 | 222 | 43 | 0 | 42 | 124 | 15 | 44 | 111 | 62 |
| Binary | 11011101 | 10010010 | 100011 | 0 | 100010 | 1010100 | 1101 | 100100 | 1001001 | 110010 |
Color Harmonies of #DD9223
Complementary color
Monochromatic Colors of #DD9223
Black with #DD9223
Text Example
Text Example
White with #DD9223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9223; }
p { color: rgb(221,146,35); }
H1.HeaderClassName
{
color: #DD9223;
}
.AnyTagClassName
{
color: #DD9223;
}
</style>
background-color css
<style>
a { background-color: #DD9223; }
a { background-color: rgb(221,146,35); }
div.DivClassName
{
background-color: #DD9223;
}
.BgClassName
{
background-color: #DD9223;
}
</style>
border-color css
<style>
span { border-color: #DD9223; }
span { border-color: rgb(221,146,35); }
td.TdClassName
{
border-color: #DD9223;
}
.TagClassName
{
border-color: #DD9223;
}
</style>