Shades of Buttercup #DF982A
Tints of Buttercup #DF982A
RGB
CMYK
RGB Variations
Color information
#DF982A (or 0xDF982A) is known color: Buttercup. HEX triplet: DF, 98 and 2A. RGB value is (223,152,42). Sum of RGB (Red+Green+Blue) = 223+152+42=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF982A is #2067D5. Grayscale: #A1A1A1. Windows color (decimal): -2123734 or 2791647. OLE color: 2791647.
HSL color Cylindrical-coordinate representation of color #DF982A: hue angle of 36.46º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF982A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 42 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.13 |
| HSL | 36.46º | 0.74% | 0.52% | - |
| HSV(B) | 36.46º | 0.81% | 0.87% | - |
| XYZ | 42.08 | 38.31 | 7.37 | - |
| YUV | 160.69 | 61.02 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 42 | 0 | 0.32 | 0.81 | 0.13 | 36.46 | 0.74 | 0.52 |
| Hex | DF | 98 | 2A | 0 | 20 | 51 | D | 24 | 4A | 34 |
| Octal | 337 | 230 | 52 | 0 | 40 | 121 | 15 | 44 | 112 | 64 |
| Binary | 11011111 | 10011000 | 101010 | 0 | 100000 | 1010001 | 1101 | 100100 | 1001010 | 110100 |
Color Harmonies of #DF982A
Complementary color
Monochromatic Colors of #DF982A
Black with #DF982A
Text Example
Text Example
White with #DF982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF982A; }
p { color: rgb(223,152,42); }
H1.HeaderClassName
{
color: #DF982A;
}
.AnyTagClassName
{
color: #DF982A;
}
</style>
background-color css
<style>
a { background-color: #DF982A; }
a { background-color: rgb(223,152,42); }
div.DivClassName
{
background-color: #DF982A;
}
.BgClassName
{
background-color: #DF982A;
}
</style>
border-color css
<style>
span { border-color: #DF982A; }
span { border-color: rgb(223,152,42); }
td.TdClassName
{
border-color: #DF982A;
}
.TagClassName
{
border-color: #DF982A;
}
</style>