Shades of Buttercup #DF8523
Tints of Buttercup #DF8523
RGB
CMYK
RGB Variations
Color information
#DF8523 (or 0xDF8523) is known color: Buttercup. HEX triplet: DF, 85 and 23. RGB value is (223,133,35). Sum of RGB (Red+Green+Blue) = 223+133+35=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8523 is #207ADC. Grayscale: #959595. Windows color (decimal): -2128605 or 2328031. OLE color: 2328031.
HSL color Cylindrical-coordinate representation of color #DF8523: hue angle of 31.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF8523 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 35 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.13 |
| HSL | 31.28º | 0.75% | 0.51% | - |
| HSV(B) | 31.28º | 0.84% | 0.87% | - |
| XYZ | 39.12 | 32.58 | 5.82 | - |
| YUV | 148.74 | 63.82 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 35 | 0 | 0.40 | 0.84 | 0.13 | 31.28 | 0.75 | 0.51 |
| Hex | DF | 85 | 23 | 0 | 28 | 54 | D | 1F | 4B | 33 |
| Octal | 337 | 205 | 43 | 0 | 50 | 124 | 15 | 37 | 113 | 63 |
| Binary | 11011111 | 10000101 | 100011 | 0 | 101000 | 1010100 | 1101 | 11111 | 1001011 | 110011 |
Color Harmonies of #DF8523
Complementary color
Monochromatic Colors of #DF8523
Black with #DF8523
Text Example
Text Example
White with #DF8523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8523; }
p { color: rgb(223,133,35); }
H1.HeaderClassName
{
color: #DF8523;
}
.AnyTagClassName
{
color: #DF8523;
}
</style>
background-color css
<style>
a { background-color: #DF8523; }
a { background-color: rgb(223,133,35); }
div.DivClassName
{
background-color: #DF8523;
}
.BgClassName
{
background-color: #DF8523;
}
</style>
border-color css
<style>
span { border-color: #DF8523; }
span { border-color: rgb(223,133,35); }
td.TdClassName
{
border-color: #DF8523;
}
.TagClassName
{
border-color: #DF8523;
}
</style>