Shades of Buttercup #DE9A34
Tints of Buttercup #DE9A34
RGB
CMYK
RGB Variations
Color information
#DE9A34 (or 0xDE9A34) is known color: Buttercup. HEX triplet: DE, 9A and 34. RGB value is (222,154,52). Sum of RGB (Red+Green+Blue) = 222+154+52=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9A34 is #2165CB. Grayscale: #A3A3A3. Windows color (decimal): -2188748 or 3447518. OLE color: 3447518.
HSL color Cylindrical-coordinate representation of color #DE9A34: hue angle of 36º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE9A34 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 52 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.13 |
| HSL | 36º | 0.72% | 0.54% | - |
| HSV(B) | 36º | 0.77% | 0.87% | - |
| XYZ | 42.3 | 38.89 | 8.53 | - |
| YUV | 162.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 52 | 0 | 0.31 | 0.77 | 0.13 | 36 | 0.72 | 0.54 |
| Hex | DE | 9A | 34 | 0 | 1F | 4D | D | 24 | 48 | 36 |
| Octal | 336 | 232 | 64 | 0 | 37 | 115 | 15 | 44 | 110 | 66 |
| Binary | 11011110 | 10011010 | 110100 | 0 | 11111 | 1001101 | 1101 | 100100 | 1001000 | 110110 |
Color Harmonies of #DE9A34
Complementary color
Monochromatic Colors of #DE9A34
Black with #DE9A34
Text Example
Text Example
White with #DE9A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9A34; }
p { color: rgb(222,154,52); }
H1.HeaderClassName
{
color: #DE9A34;
}
.AnyTagClassName
{
color: #DE9A34;
}
</style>
background-color css
<style>
a { background-color: #DE9A34; }
a { background-color: rgb(222,154,52); }
div.DivClassName
{
background-color: #DE9A34;
}
.BgClassName
{
background-color: #DE9A34;
}
</style>
border-color css
<style>
span { border-color: #DE9A34; }
span { border-color: rgb(222,154,52); }
td.TdClassName
{
border-color: #DE9A34;
}
.TagClassName
{
border-color: #DE9A34;
}
</style>