Shades of Buttercup #DE9526
Tints of Buttercup #DE9526
RGB
CMYK
RGB Variations
Color information
#DE9526 (or 0xDE9526) is known color: Buttercup. HEX triplet: DE, 95 and 26. RGB value is (222,149,38). Sum of RGB (Red+Green+Blue) = 222+149+38=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9526 is #216AD9. Grayscale: #9E9E9E. Windows color (decimal): -2190042 or 2528734. OLE color: 2528734.
HSL color Cylindrical-coordinate representation of color #DE9526: hue angle of 36.2º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE9526 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 38 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.13 |
| HSL | 36.2º | 0.74% | 0.51% | - |
| HSV(B) | 36.2º | 0.83% | 0.87% | - |
| XYZ | 41.22 | 37.16 | 6.83 | - |
| YUV | 158.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 38 | 0 | 0.33 | 0.83 | 0.13 | 36.2 | 0.74 | 0.51 |
| Hex | DE | 95 | 26 | 0 | 21 | 53 | D | 24 | 4A | 33 |
| Octal | 336 | 225 | 46 | 0 | 41 | 123 | 15 | 44 | 112 | 63 |
| Binary | 11011110 | 10010101 | 100110 | 0 | 100001 | 1010011 | 1101 | 100100 | 1001010 | 110011 |
Color Harmonies of #DE9526
Complementary color
Monochromatic Colors of #DE9526
Black with #DE9526
Text Example
Text Example
White with #DE9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9526; }
p { color: rgb(222,149,38); }
H1.HeaderClassName
{
color: #DE9526;
}
.AnyTagClassName
{
color: #DE9526;
}
</style>
background-color css
<style>
a { background-color: #DE9526; }
a { background-color: rgb(222,149,38); }
div.DivClassName
{
background-color: #DE9526;
}
.BgClassName
{
background-color: #DE9526;
}
</style>
border-color css
<style>
span { border-color: #DE9526; }
span { border-color: rgb(222,149,38); }
td.TdClassName
{
border-color: #DE9526;
}
.TagClassName
{
border-color: #DE9526;
}
</style>