Shades of Buttercup #DE9B32
Tints of Buttercup #DE9B32
RGB
CMYK
RGB Variations
Color information
#DE9B32 (or 0xDE9B32) is known color: Buttercup. HEX triplet: DE, 9B and 32. RGB value is (222,155,50). Sum of RGB (Red+Green+Blue) = 222+155+50=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9B32 is #2164CD. Grayscale: #A3A3A3. Windows color (decimal): -2188494 or 3316702. OLE color: 3316702.
HSL color Cylindrical-coordinate representation of color #DE9B32: hue angle of 36.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE9B32 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 50 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.13 |
| HSL | 36.63º | 0.72% | 0.53% | - |
| HSV(B) | 36.63º | 0.77% | 0.87% | - |
| XYZ | 42.42 | 39.2 | 8.35 | - |
| YUV | 163.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 50 | 0 | 0.30 | 0.77 | 0.13 | 36.63 | 0.72 | 0.53 |
| Hex | DE | 9B | 32 | 0 | 1E | 4D | D | 25 | 48 | 35 |
| Octal | 336 | 233 | 62 | 0 | 36 | 115 | 15 | 45 | 110 | 65 |
| Binary | 11011110 | 10011011 | 110010 | 0 | 11110 | 1001101 | 1101 | 100101 | 1001000 | 110101 |
Color Harmonies of #DE9B32
Complementary color
Monochromatic Colors of #DE9B32
Black with #DE9B32
Text Example
Text Example
White with #DE9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B32; }
p { color: rgb(222,155,50); }
H1.HeaderClassName
{
color: #DE9B32;
}
.AnyTagClassName
{
color: #DE9B32;
}
</style>
background-color css
<style>
a { background-color: #DE9B32; }
a { background-color: rgb(222,155,50); }
div.DivClassName
{
background-color: #DE9B32;
}
.BgClassName
{
background-color: #DE9B32;
}
</style>
border-color css
<style>
span { border-color: #DE9B32; }
span { border-color: rgb(222,155,50); }
td.TdClassName
{
border-color: #DE9B32;
}
.TagClassName
{
border-color: #DE9B32;
}
</style>