Shades of Buttercup #DE9C2B
Tints of Buttercup #DE9C2B
RGB
CMYK
RGB Variations
Color information
#DE9C2B (or 0xDE9C2B) is known color: Buttercup. HEX triplet: DE, 9C and 2B. RGB value is (222,156,43). Sum of RGB (Red+Green+Blue) = 222+156+43=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9C2B is #2163D4. Grayscale: #A3A3A3. Windows color (decimal): -2188245 or 2858206. OLE color: 2858206.
HSL color Cylindrical-coordinate representation of color #DE9C2B: hue angle of 37.88º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE9C2B is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 43 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.13 |
| HSL | 37.88º | 0.73% | 0.52% | - |
| HSV(B) | 37.88º | 0.81% | 0.87% | - |
| XYZ | 42.45 | 39.48 | 7.67 | - |
| YUV | 162.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 43 | 0 | 0.30 | 0.81 | 0.13 | 37.88 | 0.73 | 0.52 |
| Hex | DE | 9C | 2B | 0 | 1E | 51 | D | 26 | 49 | 34 |
| Octal | 336 | 234 | 53 | 0 | 36 | 121 | 15 | 46 | 111 | 64 |
| Binary | 11011110 | 10011100 | 101011 | 0 | 11110 | 1010001 | 1101 | 100110 | 1001001 | 110100 |
Color Harmonies of #DE9C2B
Complementary color
Monochromatic Colors of #DE9C2B
Black with #DE9C2B
Text Example
Text Example
White with #DE9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C2B; }
p { color: rgb(222,156,43); }
H1.HeaderClassName
{
color: #DE9C2B;
}
.AnyTagClassName
{
color: #DE9C2B;
}
</style>
background-color css
<style>
a { background-color: #DE9C2B; }
a { background-color: rgb(222,156,43); }
div.DivClassName
{
background-color: #DE9C2B;
}
.BgClassName
{
background-color: #DE9C2B;
}
</style>
border-color css
<style>
span { border-color: #DE9C2B; }
span { border-color: rgb(222,156,43); }
td.TdClassName
{
border-color: #DE9C2B;
}
.TagClassName
{
border-color: #DE9C2B;
}
</style>