Shades of Buttercup #DF902E
Tints of Buttercup #DF902E
RGB
CMYK
RGB Variations
Color information
#DF902E (or 0xDF902E) is known color: Buttercup. HEX triplet: DF, 90 and 2E. RGB value is (223,144,46). Sum of RGB (Red+Green+Blue) = 223+144+46=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF902E is #206FD1. Grayscale: #9C9C9C. Windows color (decimal): -2125778 or 3051743. OLE color: 3051743.
HSL color Cylindrical-coordinate representation of color #DF902E: hue angle of 33.22º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF902E is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 46 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.13 |
| HSL | 33.22º | 0.73% | 0.53% | - |
| HSV(B) | 33.22º | 0.79% | 0.87% | - |
| XYZ | 40.9 | 35.83 | 7.35 | - |
| YUV | 156.45 | 65.67 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 46 | 0 | 0.35 | 0.79 | 0.13 | 33.22 | 0.73 | 0.53 |
| Hex | DF | 90 | 2E | 0 | 23 | 4F | D | 21 | 49 | 35 |
| Octal | 337 | 220 | 56 | 0 | 43 | 117 | 15 | 41 | 111 | 65 |
| Binary | 11011111 | 10010000 | 101110 | 0 | 100011 | 1001111 | 1101 | 100001 | 1001001 | 110101 |
Color Harmonies of #DF902E
Complementary color
Monochromatic Colors of #DF902E
Black with #DF902E
Text Example
Text Example
White with #DF902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF902E; }
p { color: rgb(223,144,46); }
H1.HeaderClassName
{
color: #DF902E;
}
.AnyTagClassName
{
color: #DF902E;
}
</style>
background-color css
<style>
a { background-color: #DF902E; }
a { background-color: rgb(223,144,46); }
div.DivClassName
{
background-color: #DF902E;
}
.BgClassName
{
background-color: #DF902E;
}
</style>
border-color css
<style>
span { border-color: #DF902E; }
span { border-color: rgb(223,144,46); }
td.TdClassName
{
border-color: #DF902E;
}
.TagClassName
{
border-color: #DF902E;
}
</style>