Shades of Buttercup #DC921E
Tints of Buttercup #DC921E
RGB
CMYK
RGB Variations
Color information
#DC921E (or 0xDC921E) is known color: Buttercup. HEX triplet: DC, 92 and 1E. RGB value is (220,146,30). Sum of RGB (Red+Green+Blue) = 220+146+30=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC921E is #236DE1. Grayscale: #9B9B9B. Windows color (decimal): -2321890 or 2003676. OLE color: 2003676.
HSL color Cylindrical-coordinate representation of color #DC921E: hue angle of 36.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC921E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.14 |
| HSL | 36.63º | 0.76% | 0.49% | - |
| HSV(B) | 36.63º | 0.86% | 0.86% | - |
| XYZ | 40.03 | 35.87 | 6.04 | - |
| YUV | 154.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 30 | 0 | 0.34 | 0.86 | 0.14 | 36.63 | 0.76 | 0.49 |
| Hex | DC | 92 | 1E | 0 | 22 | 56 | E | 25 | 4C | 31 |
| Octal | 334 | 222 | 36 | 0 | 42 | 126 | 16 | 45 | 114 | 61 |
| Binary | 11011100 | 10010010 | 11110 | 0 | 100010 | 1010110 | 1110 | 100101 | 1001100 | 110001 |
Color Harmonies of #DC921E
Complementary color
Monochromatic Colors of #DC921E
Black with #DC921E
Text Example
Text Example
White with #DC921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC921E; }
p { color: rgb(220,146,30); }
H1.HeaderClassName
{
color: #DC921E;
}
.AnyTagClassName
{
color: #DC921E;
}
</style>
background-color css
<style>
a { background-color: #DC921E; }
a { background-color: rgb(220,146,30); }
div.DivClassName
{
background-color: #DC921E;
}
.BgClassName
{
background-color: #DC921E;
}
</style>
border-color css
<style>
span { border-color: #DC921E; }
span { border-color: rgb(220,146,30); }
td.TdClassName
{
border-color: #DC921E;
}
.TagClassName
{
border-color: #DC921E;
}
</style>