Shades of Buttercup #DF9531
Tints of Buttercup #DF9531
RGB
CMYK
RGB Variations
Color information
#DF9531 (or 0xDF9531) is known color: Buttercup. HEX triplet: DF, 95 and 31. RGB value is (223,149,49). Sum of RGB (Red+Green+Blue) = 223+149+49=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9531 is #206ACE. Grayscale: #A0A0A0. Windows color (decimal): -2124495 or 3249631. OLE color: 3249631.
HSL color Cylindrical-coordinate representation of color #DF9531: hue angle of 34.48º 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 #DF9531 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 49 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.13 |
| HSL | 34.48º | 0.73% | 0.53% | - |
| HSV(B) | 34.48º | 0.78% | 0.87% | - |
| XYZ | 41.73 | 37.4 | 7.93 | - |
| YUV | 159.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 49 | 0 | 0.33 | 0.78 | 0.13 | 34.48 | 0.73 | 0.53 |
| Hex | DF | 95 | 31 | 0 | 21 | 4E | D | 22 | 49 | 35 |
| Octal | 337 | 225 | 61 | 0 | 41 | 116 | 15 | 42 | 111 | 65 |
| Binary | 11011111 | 10010101 | 110001 | 0 | 100001 | 1001110 | 1101 | 100010 | 1001001 | 110101 |
Color Harmonies of #DF9531
Complementary color
Monochromatic Colors of #DF9531
Black with #DF9531
Text Example
Text Example
White with #DF9531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9531; }
p { color: rgb(223,149,49); }
H1.HeaderClassName
{
color: #DF9531;
}
.AnyTagClassName
{
color: #DF9531;
}
</style>
background-color css
<style>
a { background-color: #DF9531; }
a { background-color: rgb(223,149,49); }
div.DivClassName
{
background-color: #DF9531;
}
.BgClassName
{
background-color: #DF9531;
}
</style>
border-color css
<style>
span { border-color: #DF9531; }
span { border-color: rgb(223,149,49); }
td.TdClassName
{
border-color: #DF9531;
}
.TagClassName
{
border-color: #DF9531;
}
</style>