Shades of Buttercup #DC921B
Tints of Buttercup #DC921B
RGB
CMYK
RGB Variations
Color information
#DC921B (or 0xDC921B) is known color: Buttercup. HEX triplet: DC, 92 and 1B. RGB value is (220,146,27). Sum of RGB (Red+Green+Blue) = 220+146+27=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC921B is #236DE4. Grayscale: #9B9B9B. Windows color (decimal): -2321893 or 1807068. OLE color: 1807068.
HSL color Cylindrical-coordinate representation of color #DC921B: hue angle of 36.99º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC921B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 27 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.14 |
| HSL | 36.99º | 0.78% | 0.48% | - |
| HSV(B) | 36.99º | 0.88% | 0.86% | - |
| XYZ | 39.99 | 35.85 | 5.85 | - |
| YUV | 154.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 27 | 0 | 0.34 | 0.88 | 0.14 | 36.99 | 0.78 | 0.48 |
| Hex | DC | 92 | 1B | 0 | 22 | 58 | E | 25 | 4E | 30 |
| Octal | 334 | 222 | 33 | 0 | 42 | 130 | 16 | 45 | 116 | 60 |
| Binary | 11011100 | 10010010 | 11011 | 0 | 100010 | 1011000 | 1110 | 100101 | 1001110 | 110000 |
Color Harmonies of #DC921B
Complementary color
Monochromatic Colors of #DC921B
Black with #DC921B
Text Example
Text Example
White with #DC921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC921B; }
p { color: rgb(220,146,27); }
H1.HeaderClassName
{
color: #DC921B;
}
.AnyTagClassName
{
color: #DC921B;
}
</style>
background-color css
<style>
a { background-color: #DC921B; }
a { background-color: rgb(220,146,27); }
div.DivClassName
{
background-color: #DC921B;
}
.BgClassName
{
background-color: #DC921B;
}
</style>
border-color css
<style>
span { border-color: #DC921B; }
span { border-color: rgb(220,146,27); }
td.TdClassName
{
border-color: #DC921B;
}
.TagClassName
{
border-color: #DC921B;
}
</style>