Shades of Buttercup #DF941B
Tints of Buttercup #DF941B
RGB
CMYK
RGB Variations
Color information
#DF941B (or 0xDF941B) is known color: Buttercup. HEX triplet: DF, 94 and 1B. RGB value is (223,148,27). Sum of RGB (Red+Green+Blue) = 223+148+27=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF941B is #206BE4. Grayscale: #9D9D9D. Windows color (decimal): -2124773 or 1807583. OLE color: 1807583.
HSL color Cylindrical-coordinate representation of color #DF941B: hue angle of 37.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF941B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 27 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.13 |
| HSL | 37.04º | 0.78% | 0.49% | - |
| HSV(B) | 37.04º | 0.88% | 0.87% | - |
| XYZ | 41.22 | 36.95 | 6 | - |
| YUV | 156.63 | 54.85 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 27 | 0 | 0.34 | 0.88 | 0.13 | 37.04 | 0.78 | 0.49 |
| Hex | DF | 94 | 1B | 0 | 22 | 58 | D | 25 | 4E | 31 |
| Octal | 337 | 224 | 33 | 0 | 42 | 130 | 15 | 45 | 116 | 61 |
| Binary | 11011111 | 10010100 | 11011 | 0 | 100010 | 1011000 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DF941B
Complementary color
Monochromatic Colors of #DF941B
Black with #DF941B
Text Example
Text Example
White with #DF941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF941B; }
p { color: rgb(223,148,27); }
H1.HeaderClassName
{
color: #DF941B;
}
.AnyTagClassName
{
color: #DF941B;
}
</style>
background-color css
<style>
a { background-color: #DF941B; }
a { background-color: rgb(223,148,27); }
div.DivClassName
{
background-color: #DF941B;
}
.BgClassName
{
background-color: #DF941B;
}
</style>
border-color css
<style>
span { border-color: #DF941B; }
span { border-color: rgb(223,148,27); }
td.TdClassName
{
border-color: #DF941B;
}
.TagClassName
{
border-color: #DF941B;
}
</style>