Shades of Buttercup #DC9021
Tints of Buttercup #DC9021
RGB
CMYK
RGB Variations
Color information
#DC9021 (or 0xDC9021) is known color: Buttercup. HEX triplet: DC, 90 and 21. RGB value is (220,144,33). Sum of RGB (Red+Green+Blue) = 220+144+33=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9021 is #236FDE. Grayscale: #9A9A9A. Windows color (decimal): -2322399 or 2199772. OLE color: 2199772.
HSL color Cylindrical-coordinate representation of color #DC9021: hue angle of 35.61º 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 #DC9021 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 33 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.14 |
| HSL | 35.61º | 0.74% | 0.5% | - |
| HSV(B) | 35.61º | 0.85% | 0.86% | - |
| XYZ | 39.76 | 35.27 | 6.15 | - |
| YUV | 154.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 33 | 0 | 0.35 | 0.85 | 0.14 | 35.61 | 0.74 | 0.5 |
| Hex | DC | 90 | 21 | 0 | 23 | 55 | E | 24 | 4A | 32 |
| Octal | 334 | 220 | 41 | 0 | 43 | 125 | 16 | 44 | 112 | 62 |
| Binary | 11011100 | 10010000 | 100001 | 0 | 100011 | 1010101 | 1110 | 100100 | 1001010 | 110010 |
Color Harmonies of #DC9021
Complementary color
Monochromatic Colors of #DC9021
Black with #DC9021
Text Example
Text Example
White with #DC9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9021; }
p { color: rgb(220,144,33); }
H1.HeaderClassName
{
color: #DC9021;
}
.AnyTagClassName
{
color: #DC9021;
}
</style>
background-color css
<style>
a { background-color: #DC9021; }
a { background-color: rgb(220,144,33); }
div.DivClassName
{
background-color: #DC9021;
}
.BgClassName
{
background-color: #DC9021;
}
</style>
border-color css
<style>
span { border-color: #DC9021; }
span { border-color: rgb(220,144,33); }
td.TdClassName
{
border-color: #DC9021;
}
.TagClassName
{
border-color: #DC9021;
}
</style>