Shades of Buttercup #DE9B1E
Tints of Buttercup #DE9B1E
RGB
CMYK
RGB Variations
Color information
#DE9B1E (or 0xDE9B1E) is known color: Buttercup. HEX triplet: DE, 9B and 1E. RGB value is (222,155,30). Sum of RGB (Red+Green+Blue) = 222+155+30=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9B1E is #2164E1. Grayscale: #A1A1A1. Windows color (decimal): -2188514 or 2005982. OLE color: 2005982.
HSL color Cylindrical-coordinate representation of color #DE9B1E: hue angle of 39.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE9B1E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 30 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.13 |
| HSL | 39.06º | 0.76% | 0.49% | - |
| HSV(B) | 39.06º | 0.86% | 0.87% | - |
| XYZ | 42.08 | 39.07 | 6.55 | - |
| YUV | 160.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 30 | 0 | 0.30 | 0.86 | 0.13 | 39.06 | 0.76 | 0.49 |
| Hex | DE | 9B | 1E | 0 | 1E | 56 | D | 27 | 4C | 31 |
| Octal | 336 | 233 | 36 | 0 | 36 | 126 | 15 | 47 | 114 | 61 |
| Binary | 11011110 | 10011011 | 11110 | 0 | 11110 | 1010110 | 1101 | 100111 | 1001100 | 110001 |
Color Harmonies of #DE9B1E
Complementary color
Monochromatic Colors of #DE9B1E
Black with #DE9B1E
Text Example
Text Example
White with #DE9B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B1E; }
p { color: rgb(222,155,30); }
H1.HeaderClassName
{
color: #DE9B1E;
}
.AnyTagClassName
{
color: #DE9B1E;
}
</style>
background-color css
<style>
a { background-color: #DE9B1E; }
a { background-color: rgb(222,155,30); }
div.DivClassName
{
background-color: #DE9B1E;
}
.BgClassName
{
background-color: #DE9B1E;
}
</style>
border-color css
<style>
span { border-color: #DE9B1E; }
span { border-color: rgb(222,155,30); }
td.TdClassName
{
border-color: #DE9B1E;
}
.TagClassName
{
border-color: #DE9B1E;
}
</style>