Shades of Buttercup #DF9630
Tints of Buttercup #DF9630
RGB
CMYK
RGB Variations
Color information
#DF9630 (or 0xDF9630) is known color: Buttercup. HEX triplet: DF, 96 and 30. RGB value is (223,150,48). Sum of RGB (Red+Green+Blue) = 223+150+48=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9630 is #2069CF. Grayscale: #A0A0A0. Windows color (decimal): -2124240 or 3184351. OLE color: 3184351.
HSL color Cylindrical-coordinate representation of color #DF9630: hue angle of 34.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF9630 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 48 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.13 |
| HSL | 34.97º | 0.73% | 0.53% | - |
| HSV(B) | 34.97º | 0.78% | 0.87% | - |
| XYZ | 41.87 | 37.71 | 7.87 | - |
| YUV | 160.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 48 | 0 | 0.33 | 0.78 | 0.13 | 34.97 | 0.73 | 0.53 |
| Hex | DF | 96 | 30 | 0 | 21 | 4E | D | 23 | 49 | 35 |
| Octal | 337 | 226 | 60 | 0 | 41 | 116 | 15 | 43 | 111 | 65 |
| Binary | 11011111 | 10010110 | 110000 | 0 | 100001 | 1001110 | 1101 | 100011 | 1001001 | 110101 |
Color Harmonies of #DF9630
Complementary color
Monochromatic Colors of #DF9630
Black with #DF9630
Text Example
Text Example
White with #DF9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9630; }
p { color: rgb(223,150,48); }
H1.HeaderClassName
{
color: #DF9630;
}
.AnyTagClassName
{
color: #DF9630;
}
</style>
background-color css
<style>
a { background-color: #DF9630; }
a { background-color: rgb(223,150,48); }
div.DivClassName
{
background-color: #DF9630;
}
.BgClassName
{
background-color: #DF9630;
}
</style>
border-color css
<style>
span { border-color: #DF9630; }
span { border-color: rgb(223,150,48); }
td.TdClassName
{
border-color: #DF9630;
}
.TagClassName
{
border-color: #DF9630;
}
</style>