Shades of Buttercup #DE8823
Tints of Buttercup #DE8823
RGB
CMYK
RGB Variations
Color information
#DE8823 (or 0xDE8823) is known color: Buttercup. HEX triplet: DE, 88 and 23. RGB value is (222,136,35). Sum of RGB (Red+Green+Blue) = 222+136+35=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8823 is #2177DC. Grayscale: #969696. Windows color (decimal): -2193373 or 2328798. OLE color: 2328798.
HSL color Cylindrical-coordinate representation of color #DE8823: hue angle of 32.41º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE8823 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 35 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.13 |
| HSL | 32.41º | 0.74% | 0.5% | - |
| HSV(B) | 32.41º | 0.84% | 0.87% | - |
| XYZ | 39.23 | 33.26 | 5.94 | - |
| YUV | 150.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 35 | 0 | 0.39 | 0.84 | 0.13 | 32.41 | 0.74 | 0.5 |
| Hex | DE | 88 | 23 | 0 | 27 | 54 | D | 20 | 4A | 32 |
| Octal | 336 | 210 | 43 | 0 | 47 | 124 | 15 | 40 | 112 | 62 |
| Binary | 11011110 | 10001000 | 100011 | 0 | 100111 | 1010100 | 1101 | 100000 | 1001010 | 110010 |
Color Harmonies of #DE8823
Complementary color
Monochromatic Colors of #DE8823
Black with #DE8823
Text Example
Text Example
White with #DE8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8823; }
p { color: rgb(222,136,35); }
H1.HeaderClassName
{
color: #DE8823;
}
.AnyTagClassName
{
color: #DE8823;
}
</style>
background-color css
<style>
a { background-color: #DE8823; }
a { background-color: rgb(222,136,35); }
div.DivClassName
{
background-color: #DE8823;
}
.BgClassName
{
background-color: #DE8823;
}
</style>
border-color css
<style>
span { border-color: #DE8823; }
span { border-color: rgb(222,136,35); }
td.TdClassName
{
border-color: #DE8823;
}
.TagClassName
{
border-color: #DE8823;
}
</style>