Shades of Buttercup #DF942B
Tints of Buttercup #DF942B
RGB
CMYK
RGB Variations
Color information
#DF942B (or 0xDF942B) is known color: Buttercup. HEX triplet: DF, 94 and 2B. RGB value is (223,148,43). Sum of RGB (Red+Green+Blue) = 223+148+43=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF942B is #206BD4. Grayscale: #9E9E9E. Windows color (decimal): -2124757 or 2856159. OLE color: 2856159.
HSL color Cylindrical-coordinate representation of color #DF942B: hue angle of 35º 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 #DF942B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 43 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.13 |
| HSL | 35º | 0.74% | 0.52% | - |
| HSV(B) | 35º | 0.81% | 0.87% | - |
| XYZ | 41.46 | 37.04 | 7.25 | - |
| YUV | 158.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 43 | 0 | 0.34 | 0.81 | 0.13 | 35 | 0.74 | 0.52 |
| Hex | DF | 94 | 2B | 0 | 22 | 51 | D | 23 | 4A | 34 |
| Octal | 337 | 224 | 53 | 0 | 42 | 121 | 15 | 43 | 112 | 64 |
| Binary | 11011111 | 10010100 | 101011 | 0 | 100010 | 1010001 | 1101 | 100011 | 1001010 | 110100 |
Color Harmonies of #DF942B
Complementary color
Monochromatic Colors of #DF942B
Black with #DF942B
Text Example
Text Example
White with #DF942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF942B; }
p { color: rgb(223,148,43); }
H1.HeaderClassName
{
color: #DF942B;
}
.AnyTagClassName
{
color: #DF942B;
}
</style>
background-color css
<style>
a { background-color: #DF942B; }
a { background-color: rgb(223,148,43); }
div.DivClassName
{
background-color: #DF942B;
}
.BgClassName
{
background-color: #DF942B;
}
</style>
border-color css
<style>
span { border-color: #DF942B; }
span { border-color: rgb(223,148,43); }
td.TdClassName
{
border-color: #DF942B;
}
.TagClassName
{
border-color: #DF942B;
}
</style>