Shades of Buttercup #DF9128
Tints of Buttercup #DF9128
RGB
CMYK
RGB Variations
Color information
#DF9128 (or 0xDF9128) is known color: Buttercup. HEX triplet: DF, 91 and 28. RGB value is (223,145,40). Sum of RGB (Red+Green+Blue) = 223+145+40=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9128 is #206ED7. Grayscale: #9C9C9C. Windows color (decimal): -2125528 or 2658783. OLE color: 2658783.
HSL color Cylindrical-coordinate representation of color #DF9128: hue angle of 34.43º 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 #DF9128 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 40 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.13 |
| HSL | 34.43º | 0.74% | 0.52% | - |
| HSV(B) | 34.43º | 0.82% | 0.87% | - |
| XYZ | 40.94 | 36.09 | 6.82 | - |
| YUV | 156.35 | 62.34 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 40 | 0 | 0.35 | 0.82 | 0.13 | 34.43 | 0.74 | 0.52 |
| Hex | DF | 91 | 28 | 0 | 23 | 52 | D | 22 | 4A | 34 |
| Octal | 337 | 221 | 50 | 0 | 43 | 122 | 15 | 42 | 112 | 64 |
| Binary | 11011111 | 10010001 | 101000 | 0 | 100011 | 1010010 | 1101 | 100010 | 1001010 | 110100 |
Color Harmonies of #DF9128
Complementary color
Monochromatic Colors of #DF9128
Black with #DF9128
Text Example
Text Example
White with #DF9128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9128; }
p { color: rgb(223,145,40); }
H1.HeaderClassName
{
color: #DF9128;
}
.AnyTagClassName
{
color: #DF9128;
}
</style>
background-color css
<style>
a { background-color: #DF9128; }
a { background-color: rgb(223,145,40); }
div.DivClassName
{
background-color: #DF9128;
}
.BgClassName
{
background-color: #DF9128;
}
</style>
border-color css
<style>
span { border-color: #DF9128; }
span { border-color: rgb(223,145,40); }
td.TdClassName
{
border-color: #DF9128;
}
.TagClassName
{
border-color: #DF9128;
}
</style>