Shades of Buttercup #DE9C1E
Tints of Buttercup #DE9C1E
RGB
CMYK
RGB Variations
Color information
#DE9C1E (or 0xDE9C1E) is known color: Buttercup. HEX triplet: DE, 9C and 1E. RGB value is (222,156,30). Sum of RGB (Red+Green+Blue) = 222+156+30=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9C1E is #2163E1. Grayscale: #A1A1A1. Windows color (decimal): -2188258 or 2006238. OLE color: 2006238.
HSL color Cylindrical-coordinate representation of color #DE9C1E: hue angle of 39.38º 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 #DE9C1E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 30 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.13 |
| HSL | 39.38º | 0.76% | 0.49% | - |
| HSV(B) | 39.38º | 0.86% | 0.87% | - |
| XYZ | 42.25 | 39.4 | 6.61 | - |
| YUV | 161.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 30 | 0 | 0.30 | 0.86 | 0.13 | 39.38 | 0.76 | 0.49 |
| Hex | DE | 9C | 1E | 0 | 1E | 56 | D | 27 | 4C | 31 |
| Octal | 336 | 234 | 36 | 0 | 36 | 126 | 15 | 47 | 114 | 61 |
| Binary | 11011110 | 10011100 | 11110 | 0 | 11110 | 1010110 | 1101 | 100111 | 1001100 | 110001 |
Color Harmonies of #DE9C1E
Complementary color
Monochromatic Colors of #DE9C1E
Black with #DE9C1E
Text Example
Text Example
White with #DE9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C1E; }
p { color: rgb(222,156,30); }
H1.HeaderClassName
{
color: #DE9C1E;
}
.AnyTagClassName
{
color: #DE9C1E;
}
</style>
background-color css
<style>
a { background-color: #DE9C1E; }
a { background-color: rgb(222,156,30); }
div.DivClassName
{
background-color: #DE9C1E;
}
.BgClassName
{
background-color: #DE9C1E;
}
</style>
border-color css
<style>
span { border-color: #DE9C1E; }
span { border-color: rgb(222,156,30); }
td.TdClassName
{
border-color: #DE9C1E;
}
.TagClassName
{
border-color: #DE9C1E;
}
</style>