Shades of Buttercup #DC922E
Tints of Buttercup #DC922E
RGB
CMYK
RGB Variations
Color information
#DC922E (or 0xDC922E) is known color: Buttercup. HEX triplet: DC, 92 and 2E. RGB value is (220,146,46). Sum of RGB (Red+Green+Blue) = 220+146+46=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC922E is #236DD1. Grayscale: #9D9D9D. Windows color (decimal): -2321874 or 3052252. OLE color: 3052252.
HSL color Cylindrical-coordinate representation of color #DC922E: hue angle of 34.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC922E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 46 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.14 |
| HSL | 34.48º | 0.71% | 0.52% | - |
| HSV(B) | 34.48º | 0.79% | 0.86% | - |
| XYZ | 40.29 | 35.97 | 7.4 | - |
| YUV | 156.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 46 | 0 | 0.34 | 0.79 | 0.14 | 34.48 | 0.71 | 0.52 |
| Hex | DC | 92 | 2E | 0 | 22 | 4F | E | 22 | 47 | 34 |
| Octal | 334 | 222 | 56 | 0 | 42 | 117 | 16 | 42 | 107 | 64 |
| Binary | 11011100 | 10010010 | 101110 | 0 | 100010 | 1001111 | 1110 | 100010 | 1000111 | 110100 |
Color Harmonies of #DC922E
Complementary color
Monochromatic Colors of #DC922E
Black with #DC922E
Text Example
Text Example
White with #DC922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC922E; }
p { color: rgb(220,146,46); }
H1.HeaderClassName
{
color: #DC922E;
}
.AnyTagClassName
{
color: #DC922E;
}
</style>
background-color css
<style>
a { background-color: #DC922E; }
a { background-color: rgb(220,146,46); }
div.DivClassName
{
background-color: #DC922E;
}
.BgClassName
{
background-color: #DC922E;
}
</style>
border-color css
<style>
span { border-color: #DC922E; }
span { border-color: rgb(220,146,46); }
td.TdClassName
{
border-color: #DC922E;
}
.TagClassName
{
border-color: #DC922E;
}
</style>