Shades of Buttercup #DE901B
Tints of Buttercup #DE901B
RGB
CMYK
RGB Variations
Color information
#DE901B (or 0xDE901B) is known color: Buttercup. HEX triplet: DE, 90 and 1B. RGB value is (222,144,27). Sum of RGB (Red+Green+Blue) = 222+144+27=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE901B is #216FE4. Grayscale: #9A9A9A. Windows color (decimal): -2191333 or 1806558. OLE color: 1806558.
HSL color Cylindrical-coordinate representation of color #DE901B: hue angle of 36º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE901B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 27 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.13 |
| HSL | 36º | 0.78% | 0.49% | - |
| HSV(B) | 36º | 0.88% | 0.87% | - |
| XYZ | 40.3 | 35.56 | 5.78 | - |
| YUV | 153.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 27 | 0 | 0.35 | 0.88 | 0.13 | 36 | 0.78 | 0.49 |
| Hex | DE | 90 | 1B | 0 | 23 | 58 | D | 24 | 4E | 31 |
| Octal | 336 | 220 | 33 | 0 | 43 | 130 | 15 | 44 | 116 | 61 |
| Binary | 11011110 | 10010000 | 11011 | 0 | 100011 | 1011000 | 1101 | 100100 | 1001110 | 110001 |
Color Harmonies of #DE901B
Complementary color
Monochromatic Colors of #DE901B
Black with #DE901B
Text Example
Text Example
White with #DE901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE901B; }
p { color: rgb(222,144,27); }
H1.HeaderClassName
{
color: #DE901B;
}
.AnyTagClassName
{
color: #DE901B;
}
</style>
background-color css
<style>
a { background-color: #DE901B; }
a { background-color: rgb(222,144,27); }
div.DivClassName
{
background-color: #DE901B;
}
.BgClassName
{
background-color: #DE901B;
}
</style>
border-color css
<style>
span { border-color: #DE901B; }
span { border-color: rgb(222,144,27); }
td.TdClassName
{
border-color: #DE901B;
}
.TagClassName
{
border-color: #DE901B;
}
</style>