Shades of Buttercup #DF9229
Tints of Buttercup #DF9229
RGB
CMYK
RGB Variations
Color information
#DF9229 (or 0xDF9229) is known color: Buttercup. HEX triplet: DF, 92 and 29. RGB value is (223,146,41). Sum of RGB (Red+Green+Blue) = 223+146+41=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9229 is #206DD6. Grayscale: #9D9D9D. Windows color (decimal): -2125271 or 2724575. OLE color: 2724575.
HSL color Cylindrical-coordinate representation of color #DF9229: hue angle of 34.62º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF9229 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 41 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.13 |
| HSL | 34.62º | 0.74% | 0.52% | - |
| HSV(B) | 34.62º | 0.82% | 0.87% | - |
| XYZ | 41.11 | 36.41 | 6.96 | - |
| YUV | 157.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 41 | 0 | 0.35 | 0.82 | 0.13 | 34.62 | 0.74 | 0.52 |
| Hex | DF | 92 | 29 | 0 | 23 | 52 | D | 23 | 4A | 34 |
| Octal | 337 | 222 | 51 | 0 | 43 | 122 | 15 | 43 | 112 | 64 |
| Binary | 11011111 | 10010010 | 101001 | 0 | 100011 | 1010010 | 1101 | 100011 | 1001010 | 110100 |
Color Harmonies of #DF9229
Complementary color
Monochromatic Colors of #DF9229
Black with #DF9229
Text Example
Text Example
White with #DF9229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9229; }
p { color: rgb(223,146,41); }
H1.HeaderClassName
{
color: #DF9229;
}
.AnyTagClassName
{
color: #DF9229;
}
</style>
background-color css
<style>
a { background-color: #DF9229; }
a { background-color: rgb(223,146,41); }
div.DivClassName
{
background-color: #DF9229;
}
.BgClassName
{
background-color: #DF9229;
}
</style>
border-color css
<style>
span { border-color: #DF9229; }
span { border-color: rgb(223,146,41); }
td.TdClassName
{
border-color: #DF9229;
}
.TagClassName
{
border-color: #DF9229;
}
</style>