Shades of Buttercup #DF9234
Tints of Buttercup #DF9234
RGB
CMYK
RGB Variations
Color information
#DF9234 (or 0xDF9234) is known color: Buttercup. HEX triplet: DF, 92 and 34. RGB value is (223,146,52). Sum of RGB (Red+Green+Blue) = 223+146+52=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9234 is #206DCB. Grayscale: #9E9E9E. Windows color (decimal): -2125260 or 3445471. OLE color: 3445471.
HSL color Cylindrical-coordinate representation of color #DF9234: hue angle of 32.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF9234 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 52 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.13 |
| HSL | 32.98º | 0.73% | 0.54% | - |
| HSV(B) | 32.98º | 0.77% | 0.87% | - |
| XYZ | 41.33 | 36.49 | 8.11 | - |
| YUV | 158.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 52 | 0 | 0.35 | 0.77 | 0.13 | 32.98 | 0.73 | 0.54 |
| Hex | DF | 92 | 34 | 0 | 23 | 4D | D | 21 | 49 | 36 |
| Octal | 337 | 222 | 64 | 0 | 43 | 115 | 15 | 41 | 111 | 66 |
| Binary | 11011111 | 10010010 | 110100 | 0 | 100011 | 1001101 | 1101 | 100001 | 1001001 | 110110 |
Color Harmonies of #DF9234
Complementary color
Monochromatic Colors of #DF9234
Black with #DF9234
Text Example
Text Example
White with #DF9234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9234; }
p { color: rgb(223,146,52); }
H1.HeaderClassName
{
color: #DF9234;
}
.AnyTagClassName
{
color: #DF9234;
}
</style>
background-color css
<style>
a { background-color: #DF9234; }
a { background-color: rgb(223,146,52); }
div.DivClassName
{
background-color: #DF9234;
}
.BgClassName
{
background-color: #DF9234;
}
</style>
border-color css
<style>
span { border-color: #DF9234; }
span { border-color: rgb(223,146,52); }
td.TdClassName
{
border-color: #DF9234;
}
.TagClassName
{
border-color: #DF9234;
}
</style>