Shades of Buttercup #DF982B
Tints of Buttercup #DF982B
RGB
CMYK
RGB Variations
Color information
#DF982B (or 0xDF982B) is known color: Buttercup. HEX triplet: DF, 98 and 2B. RGB value is (223,152,43). Sum of RGB (Red+Green+Blue) = 223+152+43=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF982B is #2067D4. Grayscale: #A1A1A1. Windows color (decimal): -2123733 or 2857183. OLE color: 2857183.
HSL color Cylindrical-coordinate representation of color #DF982B: hue angle of 36.33º 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 #DF982B is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 43 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.13 |
| HSL | 36.33º | 0.74% | 0.52% | - |
| HSV(B) | 36.33º | 0.81% | 0.87% | - |
| XYZ | 42.1 | 38.32 | 7.46 | - |
| YUV | 160.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 43 | 0 | 0.32 | 0.81 | 0.13 | 36.33 | 0.74 | 0.52 |
| Hex | DF | 98 | 2B | 0 | 20 | 51 | D | 24 | 4A | 34 |
| Octal | 337 | 230 | 53 | 0 | 40 | 121 | 15 | 44 | 112 | 64 |
| Binary | 11011111 | 10011000 | 101011 | 0 | 100000 | 1010001 | 1101 | 100100 | 1001010 | 110100 |
Color Harmonies of #DF982B
Complementary color
Monochromatic Colors of #DF982B
Black with #DF982B
Text Example
Text Example
White with #DF982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF982B; }
p { color: rgb(223,152,43); }
H1.HeaderClassName
{
color: #DF982B;
}
.AnyTagClassName
{
color: #DF982B;
}
</style>
background-color css
<style>
a { background-color: #DF982B; }
a { background-color: rgb(223,152,43); }
div.DivClassName
{
background-color: #DF982B;
}
.BgClassName
{
background-color: #DF982B;
}
</style>
border-color css
<style>
span { border-color: #DF982B; }
span { border-color: rgb(223,152,43); }
td.TdClassName
{
border-color: #DF982B;
}
.TagClassName
{
border-color: #DF982B;
}
</style>