Shades of Buttercup #DE951B
Tints of Buttercup #DE951B
RGB
CMYK
RGB Variations
Color information
#DE951B (or 0xDE951B) is known color: Buttercup. HEX triplet: DE, 95 and 1B. RGB value is (222,149,27). Sum of RGB (Red+Green+Blue) = 222+149+27=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE951B is #216AE4. Grayscale: #9D9D9D. Windows color (decimal): -2190053 or 1807838. OLE color: 1807838.
HSL color Cylindrical-coordinate representation of color #DE951B: hue angle of 37.54º 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 #DE951B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.13 |
| HSL | 37.54º | 0.78% | 0.49% | - |
| HSV(B) | 37.54º | 0.88% | 0.87% | - |
| XYZ | 41.07 | 37.1 | 6.03 | - |
| YUV | 156.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 27 | 0 | 0.33 | 0.88 | 0.13 | 37.54 | 0.78 | 0.49 |
| Hex | DE | 95 | 1B | 0 | 21 | 58 | D | 26 | 4E | 31 |
| Octal | 336 | 225 | 33 | 0 | 41 | 130 | 15 | 46 | 116 | 61 |
| Binary | 11011110 | 10010101 | 11011 | 0 | 100001 | 1011000 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DE951B
Complementary color
Monochromatic Colors of #DE951B
Black with #DE951B
Text Example
Text Example
White with #DE951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE951B; }
p { color: rgb(222,149,27); }
H1.HeaderClassName
{
color: #DE951B;
}
.AnyTagClassName
{
color: #DE951B;
}
</style>
background-color css
<style>
a { background-color: #DE951B; }
a { background-color: rgb(222,149,27); }
div.DivClassName
{
background-color: #DE951B;
}
.BgClassName
{
background-color: #DE951B;
}
</style>
border-color css
<style>
span { border-color: #DE951B; }
span { border-color: rgb(222,149,27); }
td.TdClassName
{
border-color: #DE951B;
}
.TagClassName
{
border-color: #DE951B;
}
</style>