Shades of Buttercup #DE9B30
Tints of Buttercup #DE9B30
RGB
CMYK
RGB Variations
Color information
#DE9B30 (or 0xDE9B30) is known color: Buttercup. HEX triplet: DE, 9B and 30. RGB value is (222,155,48). Sum of RGB (Red+Green+Blue) = 222+155+48=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9B30 is #2164CF. Grayscale: #A3A3A3. Windows color (decimal): -2188496 or 3185630. OLE color: 3185630.
HSL color Cylindrical-coordinate representation of color #DE9B30: hue angle of 36.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE9B30 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 48 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.13 |
| HSL | 36.9º | 0.73% | 0.53% | - |
| HSV(B) | 36.9º | 0.78% | 0.87% | - |
| XYZ | 42.38 | 39.19 | 8.13 | - |
| YUV | 162.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 48 | 0 | 0.30 | 0.78 | 0.13 | 36.9 | 0.73 | 0.53 |
| Hex | DE | 9B | 30 | 0 | 1E | 4E | D | 25 | 48 | 35 |
| Octal | 336 | 233 | 60 | 0 | 36 | 116 | 15 | 45 | 110 | 65 |
| Binary | 11011110 | 10011011 | 110000 | 0 | 11110 | 1001110 | 1101 | 100101 | 1001000 | 110101 |
Color Harmonies of #DE9B30
Complementary color
Monochromatic Colors of #DE9B30
Black with #DE9B30
Text Example
Text Example
White with #DE9B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B30; }
p { color: rgb(222,155,48); }
H1.HeaderClassName
{
color: #DE9B30;
}
.AnyTagClassName
{
color: #DE9B30;
}
</style>
background-color css
<style>
a { background-color: #DE9B30; }
a { background-color: rgb(222,155,48); }
div.DivClassName
{
background-color: #DE9B30;
}
.BgClassName
{
background-color: #DE9B30;
}
</style>
border-color css
<style>
span { border-color: #DE9B30; }
span { border-color: rgb(222,155,48); }
td.TdClassName
{
border-color: #DE9B30;
}
.TagClassName
{
border-color: #DE9B30;
}
</style>