Shades of Buttercup #DE9024
Tints of Buttercup #DE9024
RGB
CMYK
RGB Variations
Color information
#DE9024 (or 0xDE9024) is known color: Buttercup. HEX triplet: DE, 90 and 24. RGB value is (222,144,36). Sum of RGB (Red+Green+Blue) = 222+144+36=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9024 is #216FDB. Grayscale: #9B9B9B. Windows color (decimal): -2191324 or 2396382. OLE color: 2396382.
HSL color Cylindrical-coordinate representation of color #DE9024: hue angle of 34.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE9024 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 36 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.13 |
| HSL | 34.84º | 0.74% | 0.51% | - |
| HSV(B) | 34.84º | 0.84% | 0.87% | - |
| XYZ | 40.42 | 35.6 | 6.41 | - |
| YUV | 155.01 | 60.84 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 36 | 0 | 0.35 | 0.84 | 0.13 | 34.84 | 0.74 | 0.51 |
| Hex | DE | 90 | 24 | 0 | 23 | 54 | D | 23 | 4A | 33 |
| Octal | 336 | 220 | 44 | 0 | 43 | 124 | 15 | 43 | 112 | 63 |
| Binary | 11011110 | 10010000 | 100100 | 0 | 100011 | 1010100 | 1101 | 100011 | 1001010 | 110011 |
Color Harmonies of #DE9024
Complementary color
Monochromatic Colors of #DE9024
Black with #DE9024
Text Example
Text Example
White with #DE9024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9024; }
p { color: rgb(222,144,36); }
H1.HeaderClassName
{
color: #DE9024;
}
.AnyTagClassName
{
color: #DE9024;
}
</style>
background-color css
<style>
a { background-color: #DE9024; }
a { background-color: rgb(222,144,36); }
div.DivClassName
{
background-color: #DE9024;
}
.BgClassName
{
background-color: #DE9024;
}
</style>
border-color css
<style>
span { border-color: #DE9024; }
span { border-color: rgb(222,144,36); }
td.TdClassName
{
border-color: #DE9024;
}
.TagClassName
{
border-color: #DE9024;
}
</style>