Shades of Buttercup #DF9625
Tints of Buttercup #DF9625
RGB
CMYK
RGB Variations
Color information
#DF9625 (or 0xDF9625) is known color: Buttercup. HEX triplet: DF, 96 and 25. RGB value is (223,150,37). Sum of RGB (Red+Green+Blue) = 223+150+37=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9625 is #2069DA. Grayscale: #9F9F9F. Windows color (decimal): -2124251 or 2463455. OLE color: 2463455.
HSL color Cylindrical-coordinate representation of color #DF9625: hue angle of 36.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF9625 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 37 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.13 |
| HSL | 36.45º | 0.74% | 0.51% | - |
| HSV(B) | 36.45º | 0.83% | 0.87% | - |
| XYZ | 41.67 | 37.63 | 6.82 | - |
| YUV | 158.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 37 | 0 | 0.33 | 0.83 | 0.13 | 36.45 | 0.74 | 0.51 |
| Hex | DF | 96 | 25 | 0 | 21 | 53 | D | 24 | 4A | 33 |
| Octal | 337 | 226 | 45 | 0 | 41 | 123 | 15 | 44 | 112 | 63 |
| Binary | 11011111 | 10010110 | 100101 | 0 | 100001 | 1010011 | 1101 | 100100 | 1001010 | 110011 |
Color Harmonies of #DF9625
Complementary color
Monochromatic Colors of #DF9625
Black with #DF9625
Text Example
Text Example
White with #DF9625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9625; }
p { color: rgb(223,150,37); }
H1.HeaderClassName
{
color: #DF9625;
}
.AnyTagClassName
{
color: #DF9625;
}
</style>
background-color css
<style>
a { background-color: #DF9625; }
a { background-color: rgb(223,150,37); }
div.DivClassName
{
background-color: #DF9625;
}
.BgClassName
{
background-color: #DF9625;
}
</style>
border-color css
<style>
span { border-color: #DF9625; }
span { border-color: rgb(223,150,37); }
td.TdClassName
{
border-color: #DF9625;
}
.TagClassName
{
border-color: #DF9625;
}
</style>