Shades of Buttercup #DF9A1F
Tints of Buttercup #DF9A1F
RGB
CMYK
RGB Variations
Color information
#DF9A1F (or 0xDF9A1F) is known color: Buttercup. HEX triplet: DF, 9A and 1F. RGB value is (223,154,31). Sum of RGB (Red+Green+Blue) = 223+154+31=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9A1F is #2065E0. Grayscale: #A1A1A1. Windows color (decimal): -2123233 or 2071263. OLE color: 2071263.
HSL color Cylindrical-coordinate representation of color #DF9A1F: hue angle of 38.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF9A1F is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 31 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.13 |
| HSL | 38.44º | 0.76% | 0.5% | - |
| HSV(B) | 38.44º | 0.86% | 0.87% | - |
| XYZ | 42.23 | 38.9 | 6.58 | - |
| YUV | 160.61 | 54.86 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 31 | 0 | 0.31 | 0.86 | 0.13 | 38.44 | 0.76 | 0.5 |
| Hex | DF | 9A | 1F | 0 | 1F | 56 | D | 26 | 4C | 32 |
| Octal | 337 | 232 | 37 | 0 | 37 | 126 | 15 | 46 | 114 | 62 |
| Binary | 11011111 | 10011010 | 11111 | 0 | 11111 | 1010110 | 1101 | 100110 | 1001100 | 110010 |
Color Harmonies of #DF9A1F
Complementary color
Monochromatic Colors of #DF9A1F
Black with #DF9A1F
Text Example
Text Example
White with #DF9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A1F; }
p { color: rgb(223,154,31); }
H1.HeaderClassName
{
color: #DF9A1F;
}
.AnyTagClassName
{
color: #DF9A1F;
}
</style>
background-color css
<style>
a { background-color: #DF9A1F; }
a { background-color: rgb(223,154,31); }
div.DivClassName
{
background-color: #DF9A1F;
}
.BgClassName
{
background-color: #DF9A1F;
}
</style>
border-color css
<style>
span { border-color: #DF9A1F; }
span { border-color: rgb(223,154,31); }
td.TdClassName
{
border-color: #DF9A1F;
}
.TagClassName
{
border-color: #DF9A1F;
}
</style>