Shades of Buttercup #DF9922
Tints of Buttercup #DF9922
RGB
CMYK
RGB Variations
Color information
#DF9922 (or 0xDF9922) is known color: Buttercup. HEX triplet: DF, 99 and 22. RGB value is (223,153,34). Sum of RGB (Red+Green+Blue) = 223+153+34=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9922 is #2066DD. Grayscale: #A0A0A0. Windows color (decimal): -2123486 or 2267615. OLE color: 2267615.
HSL color Cylindrical-coordinate representation of color #DF9922: hue angle of 37.78º degrees, saturation: 0.75, 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 #DF9922 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 34 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.13 |
| HSL | 37.78º | 0.75% | 0.5% | - |
| HSV(B) | 37.78º | 0.85% | 0.87% | - |
| XYZ | 42.11 | 38.59 | 6.74 | - |
| YUV | 160.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 34 | 0 | 0.31 | 0.85 | 0.13 | 37.78 | 0.75 | 0.5 |
| Hex | DF | 99 | 22 | 0 | 1F | 55 | D | 26 | 4B | 32 |
| Octal | 337 | 231 | 42 | 0 | 37 | 125 | 15 | 46 | 113 | 62 |
| Binary | 11011111 | 10011001 | 100010 | 0 | 11111 | 1010101 | 1101 | 100110 | 1001011 | 110010 |
Color Harmonies of #DF9922
Complementary color
Monochromatic Colors of #DF9922
Black with #DF9922
Text Example
Text Example
White with #DF9922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9922; }
p { color: rgb(223,153,34); }
H1.HeaderClassName
{
color: #DF9922;
}
.AnyTagClassName
{
color: #DF9922;
}
</style>
background-color css
<style>
a { background-color: #DF9922; }
a { background-color: rgb(223,153,34); }
div.DivClassName
{
background-color: #DF9922;
}
.BgClassName
{
background-color: #DF9922;
}
</style>
border-color css
<style>
span { border-color: #DF9922; }
span { border-color: rgb(223,153,34); }
td.TdClassName
{
border-color: #DF9922;
}
.TagClassName
{
border-color: #DF9922;
}
</style>