Shades of Buttercup #DE9528
Tints of Buttercup #DE9528
RGB
CMYK
RGB Variations
Color information
#DE9528 (or 0xDE9528) is known color: Buttercup. HEX triplet: DE, 95 and 28. RGB value is (222,149,40). Sum of RGB (Red+Green+Blue) = 222+149+40=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9528 is #216AD7. Grayscale: #9E9E9E. Windows color (decimal): -2190040 or 2659806. OLE color: 2659806.
HSL color Cylindrical-coordinate representation of color #DE9528: hue angle of 35.93º 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 #DE9528 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 40 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.13 |
| HSL | 35.93º | 0.73% | 0.51% | - |
| HSV(B) | 35.93º | 0.82% | 0.87% | - |
| XYZ | 41.25 | 37.18 | 7.01 | - |
| YUV | 158.4 | 61.18 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 40 | 0 | 0.33 | 0.82 | 0.13 | 35.93 | 0.73 | 0.51 |
| Hex | DE | 95 | 28 | 0 | 21 | 52 | D | 24 | 49 | 33 |
| Octal | 336 | 225 | 50 | 0 | 41 | 122 | 15 | 44 | 111 | 63 |
| Binary | 11011110 | 10010101 | 101000 | 0 | 100001 | 1010010 | 1101 | 100100 | 1001001 | 110011 |
Color Harmonies of #DE9528
Complementary color
Monochromatic Colors of #DE9528
Black with #DE9528
Text Example
Text Example
White with #DE9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9528; }
p { color: rgb(222,149,40); }
H1.HeaderClassName
{
color: #DE9528;
}
.AnyTagClassName
{
color: #DE9528;
}
</style>
background-color css
<style>
a { background-color: #DE9528; }
a { background-color: rgb(222,149,40); }
div.DivClassName
{
background-color: #DE9528;
}
.BgClassName
{
background-color: #DE9528;
}
</style>
border-color css
<style>
span { border-color: #DE9528; }
span { border-color: rgb(222,149,40); }
td.TdClassName
{
border-color: #DE9528;
}
.TagClassName
{
border-color: #DE9528;
}
</style>