Shades of Buttercup #DC9621
Tints of Buttercup #DC9621
RGB
CMYK
RGB Variations
Color information
#DC9621 (or 0xDC9621) is known color: Buttercup. HEX triplet: DC, 96 and 21. RGB value is (220,150,33). Sum of RGB (Red+Green+Blue) = 220+150+33=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9621 is #2369DE. Grayscale: #9E9E9E. Windows color (decimal): -2320863 or 2201308. OLE color: 2201308.
HSL color Cylindrical-coordinate representation of color #DC9621: hue angle of 37.54º 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 #DC9621 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 33 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.14 |
| HSL | 37.54º | 0.74% | 0.5% | - |
| HSV(B) | 37.54º | 0.85% | 0.86% | - |
| XYZ | 40.7 | 37.14 | 6.46 | - |
| YUV | 157.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 33 | 0 | 0.32 | 0.85 | 0.14 | 37.54 | 0.74 | 0.5 |
| Hex | DC | 96 | 21 | 0 | 20 | 55 | E | 26 | 4A | 32 |
| Octal | 334 | 226 | 41 | 0 | 40 | 125 | 16 | 46 | 112 | 62 |
| Binary | 11011100 | 10010110 | 100001 | 0 | 100000 | 1010101 | 1110 | 100110 | 1001010 | 110010 |
Color Harmonies of #DC9621
Complementary color
Monochromatic Colors of #DC9621
Black with #DC9621
Text Example
Text Example
White with #DC9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9621; }
p { color: rgb(220,150,33); }
H1.HeaderClassName
{
color: #DC9621;
}
.AnyTagClassName
{
color: #DC9621;
}
</style>
background-color css
<style>
a { background-color: #DC9621; }
a { background-color: rgb(220,150,33); }
div.DivClassName
{
background-color: #DC9621;
}
.BgClassName
{
background-color: #DC9621;
}
</style>
border-color css
<style>
span { border-color: #DC9621; }
span { border-color: rgb(220,150,33); }
td.TdClassName
{
border-color: #DC9621;
}
.TagClassName
{
border-color: #DC9621;
}
</style>