Shades of Buttercup #DC9221
Tints of Buttercup #DC9221
RGB
CMYK
RGB Variations
Color information
#DC9221 (or 0xDC9221) is known color: Buttercup. HEX triplet: DC, 92 and 21. RGB value is (220,146,33). Sum of RGB (Red+Green+Blue) = 220+146+33=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9221 is #236DDE. Grayscale: #9B9B9B. Windows color (decimal): -2321887 or 2200284. OLE color: 2200284.
HSL color Cylindrical-coordinate representation of color #DC9221: hue angle of 36.26º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC9221 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 33 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.14 |
| HSL | 36.26º | 0.74% | 0.5% | - |
| HSV(B) | 36.26º | 0.85% | 0.86% | - |
| XYZ | 40.07 | 35.88 | 6.25 | - |
| YUV | 155.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 33 | 0 | 0.34 | 0.85 | 0.14 | 36.26 | 0.74 | 0.5 |
| Hex | DC | 92 | 21 | 0 | 22 | 55 | E | 24 | 4A | 32 |
| Octal | 334 | 222 | 41 | 0 | 42 | 125 | 16 | 44 | 112 | 62 |
| Binary | 11011100 | 10010010 | 100001 | 0 | 100010 | 1010101 | 1110 | 100100 | 1001010 | 110010 |
Color Harmonies of #DC9221
Complementary color
Monochromatic Colors of #DC9221
Black with #DC9221
Text Example
Text Example
White with #DC9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9221; }
p { color: rgb(220,146,33); }
H1.HeaderClassName
{
color: #DC9221;
}
.AnyTagClassName
{
color: #DC9221;
}
</style>
background-color css
<style>
a { background-color: #DC9221; }
a { background-color: rgb(220,146,33); }
div.DivClassName
{
background-color: #DC9221;
}
.BgClassName
{
background-color: #DC9221;
}
</style>
border-color css
<style>
span { border-color: #DC9221; }
span { border-color: rgb(220,146,33); }
td.TdClassName
{
border-color: #DC9221;
}
.TagClassName
{
border-color: #DC9221;
}
</style>