Shades of Buttercup #DE921C
Tints of Buttercup #DE921C
RGB
CMYK
RGB Variations
Color information
#DE921C (or 0xDE921C) is known color: Buttercup. HEX triplet: DE, 92 and 1C. RGB value is (222,146,28). Sum of RGB (Red+Green+Blue) = 222+146+28=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE921C is #216DE3. Grayscale: #9B9B9B. Windows color (decimal): -2190820 or 1872606. OLE color: 1872606.
HSL color Cylindrical-coordinate representation of color #DE921C: hue angle of 36.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE921C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 28 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.13 |
| HSL | 36.49º | 0.78% | 0.49% | - |
| HSV(B) | 36.49º | 0.87% | 0.87% | - |
| XYZ | 40.61 | 36.17 | 5.94 | - |
| YUV | 155.27 | 56.18 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 28 | 0 | 0.34 | 0.87 | 0.13 | 36.49 | 0.78 | 0.49 |
| Hex | DE | 92 | 1C | 0 | 22 | 57 | D | 24 | 4E | 31 |
| Octal | 336 | 222 | 34 | 0 | 42 | 127 | 15 | 44 | 116 | 61 |
| Binary | 11011110 | 10010010 | 11100 | 0 | 100010 | 1010111 | 1101 | 100100 | 1001110 | 110001 |
Color Harmonies of #DE921C
Complementary color
Monochromatic Colors of #DE921C
Black with #DE921C
Text Example
Text Example
White with #DE921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE921C; }
p { color: rgb(222,146,28); }
H1.HeaderClassName
{
color: #DE921C;
}
.AnyTagClassName
{
color: #DE921C;
}
</style>
background-color css
<style>
a { background-color: #DE921C; }
a { background-color: rgb(222,146,28); }
div.DivClassName
{
background-color: #DE921C;
}
.BgClassName
{
background-color: #DE921C;
}
</style>
border-color css
<style>
span { border-color: #DE921C; }
span { border-color: rgb(222,146,28); }
td.TdClassName
{
border-color: #DE921C;
}
.TagClassName
{
border-color: #DE921C;
}
</style>