Shades of Buttercup #DF892D
Tints of Buttercup #DF892D
RGB
CMYK
RGB Variations
Color information
#DF892D (or 0xDF892D) is known color: Buttercup. HEX triplet: DF, 89 and 2D. RGB value is (223,137,45). Sum of RGB (Red+Green+Blue) = 223+137+45=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF892D is #2076D2. Grayscale: #989898. Windows color (decimal): -2127571 or 2984415. OLE color: 2984415.
HSL color Cylindrical-coordinate representation of color #DF892D: hue angle of 31.01º 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 #DF892D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 45 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.13 |
| HSL | 31.01º | 0.74% | 0.53% | - |
| HSV(B) | 31.01º | 0.8% | 0.87% | - |
| XYZ | 39.85 | 33.77 | 6.9 | - |
| YUV | 152.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 45 | 0 | 0.39 | 0.80 | 0.13 | 31.01 | 0.74 | 0.53 |
| Hex | DF | 89 | 2D | 0 | 27 | 50 | D | 1F | 4A | 35 |
| Octal | 337 | 211 | 55 | 0 | 47 | 120 | 15 | 37 | 112 | 65 |
| Binary | 11011111 | 10001001 | 101101 | 0 | 100111 | 1010000 | 1101 | 11111 | 1001010 | 110101 |
Color Harmonies of #DF892D
Complementary color
Monochromatic Colors of #DF892D
Black with #DF892D
Text Example
Text Example
White with #DF892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF892D; }
p { color: rgb(223,137,45); }
H1.HeaderClassName
{
color: #DF892D;
}
.AnyTagClassName
{
color: #DF892D;
}
</style>
background-color css
<style>
a { background-color: #DF892D; }
a { background-color: rgb(223,137,45); }
div.DivClassName
{
background-color: #DF892D;
}
.BgClassName
{
background-color: #DF892D;
}
</style>
border-color css
<style>
span { border-color: #DF892D; }
span { border-color: rgb(223,137,45); }
td.TdClassName
{
border-color: #DF892D;
}
.TagClassName
{
border-color: #DF892D;
}
</style>