Shades of Buttercup #DF9120
Tints of Buttercup #DF9120
RGB
CMYK
RGB Variations
Color information
#DF9120 (or 0xDF9120) is known color: Buttercup. HEX triplet: DF, 91 and 20. RGB value is (223,145,32). Sum of RGB (Red+Green+Blue) = 223+145+32=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9120 is #206EDF. Grayscale: #9B9B9B. Windows color (decimal): -2125536 or 2134495. OLE color: 2134495.
HSL color Cylindrical-coordinate representation of color #DF9120: hue angle of 35.5º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF9120 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 32 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.13 |
| HSL | 35.5º | 0.75% | 0.5% | - |
| HSV(B) | 35.5º | 0.86% | 0.87% | - |
| XYZ | 40.82 | 36.04 | 6.17 | - |
| YUV | 155.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 32 | 0 | 0.35 | 0.86 | 0.13 | 35.5 | 0.75 | 0.5 |
| Hex | DF | 91 | 20 | 0 | 23 | 56 | D | 23 | 4B | 32 |
| Octal | 337 | 221 | 40 | 0 | 43 | 126 | 15 | 43 | 113 | 62 |
| Binary | 11011111 | 10010001 | 100000 | 0 | 100011 | 1010110 | 1101 | 100011 | 1001011 | 110010 |
Color Harmonies of #DF9120
Complementary color
Monochromatic Colors of #DF9120
Black with #DF9120
Text Example
Text Example
White with #DF9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9120; }
p { color: rgb(223,145,32); }
H1.HeaderClassName
{
color: #DF9120;
}
.AnyTagClassName
{
color: #DF9120;
}
</style>
background-color css
<style>
a { background-color: #DF9120; }
a { background-color: rgb(223,145,32); }
div.DivClassName
{
background-color: #DF9120;
}
.BgClassName
{
background-color: #DF9120;
}
</style>
border-color css
<style>
span { border-color: #DF9120; }
span { border-color: rgb(223,145,32); }
td.TdClassName
{
border-color: #DF9120;
}
.TagClassName
{
border-color: #DF9120;
}
</style>