Shades of Buttercup #DE9F28
Tints of Buttercup #DE9F28
RGB
CMYK
RGB Variations
Color information
#DE9F28 (or 0xDE9F28) is known color: Buttercup. HEX triplet: DE, 9F and 28. RGB value is (222,159,40). Sum of RGB (Red+Green+Blue) = 222+159+40=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9F28 is #2160D7. Grayscale: #A4A4A4. Windows color (decimal): -2187480 or 2662366. OLE color: 2662366.
HSL color Cylindrical-coordinate representation of color #DE9F28: hue angle of 39.23º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE9F28 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 40 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.13 |
| HSL | 39.23º | 0.73% | 0.51% | - |
| HSV(B) | 39.23º | 0.82% | 0.87% | - |
| XYZ | 42.91 | 40.48 | 7.56 | - |
| YUV | 164.27 | 57.87 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 40 | 0 | 0.28 | 0.82 | 0.13 | 39.23 | 0.73 | 0.51 |
| Hex | DE | 9F | 28 | 0 | 1C | 52 | D | 27 | 49 | 33 |
| Octal | 336 | 237 | 50 | 0 | 34 | 122 | 15 | 47 | 111 | 63 |
| Binary | 11011110 | 10011111 | 101000 | 0 | 11100 | 1010010 | 1101 | 100111 | 1001001 | 110011 |
Color Harmonies of #DE9F28
Complementary color
Monochromatic Colors of #DE9F28
Black with #DE9F28
Text Example
Text Example
White with #DE9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9F28; }
p { color: rgb(222,159,40); }
H1.HeaderClassName
{
color: #DE9F28;
}
.AnyTagClassName
{
color: #DE9F28;
}
</style>
background-color css
<style>
a { background-color: #DE9F28; }
a { background-color: rgb(222,159,40); }
div.DivClassName
{
background-color: #DE9F28;
}
.BgClassName
{
background-color: #DE9F28;
}
</style>
border-color css
<style>
span { border-color: #DE9F28; }
span { border-color: rgb(222,159,40); }
td.TdClassName
{
border-color: #DE9F28;
}
.TagClassName
{
border-color: #DE9F28;
}
</style>