Shades of Buttercup #DF902D
Tints of Buttercup #DF902D
RGB
CMYK
RGB Variations
Color information
#DF902D (or 0xDF902D) is known color: Buttercup. HEX triplet: DF, 90 and 2D. RGB value is (223,144,45). Sum of RGB (Red+Green+Blue) = 223+144+45=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF902D is #206FD2. Grayscale: #9C9C9C. Windows color (decimal): -2125779 or 2986207. OLE color: 2986207.
HSL color Cylindrical-coordinate representation of color #DF902D: hue angle of 33.37º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF902D is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 45 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.13 |
| HSL | 33.37º | 0.74% | 0.53% | - |
| HSV(B) | 33.37º | 0.8% | 0.87% | - |
| XYZ | 40.88 | 35.82 | 7.24 | - |
| YUV | 156.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 45 | 0 | 0.35 | 0.80 | 0.13 | 33.37 | 0.74 | 0.53 |
| Hex | DF | 90 | 2D | 0 | 23 | 50 | D | 21 | 4A | 35 |
| Octal | 337 | 220 | 55 | 0 | 43 | 120 | 15 | 41 | 112 | 65 |
| Binary | 11011111 | 10010000 | 101101 | 0 | 100011 | 1010000 | 1101 | 100001 | 1001010 | 110101 |
Color Harmonies of #DF902D
Complementary color
Monochromatic Colors of #DF902D
Black with #DF902D
Text Example
Text Example
White with #DF902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF902D; }
p { color: rgb(223,144,45); }
H1.HeaderClassName
{
color: #DF902D;
}
.AnyTagClassName
{
color: #DF902D;
}
</style>
background-color css
<style>
a { background-color: #DF902D; }
a { background-color: rgb(223,144,45); }
div.DivClassName
{
background-color: #DF902D;
}
.BgClassName
{
background-color: #DF902D;
}
</style>
border-color css
<style>
span { border-color: #DF902D; }
span { border-color: rgb(223,144,45); }
td.TdClassName
{
border-color: #DF902D;
}
.TagClassName
{
border-color: #DF902D;
}
</style>