Shades of Buttercup #DC9220
Tints of Buttercup #DC9220
RGB
CMYK
RGB Variations
Color information
#DC9220 (or 0xDC9220) is known color: Buttercup. HEX triplet: DC, 92 and 20. RGB value is (220,146,32). Sum of RGB (Red+Green+Blue) = 220+146+32=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9220 is #236DDF. Grayscale: #9B9B9B. Windows color (decimal): -2321888 or 2134748. OLE color: 2134748.
HSL color Cylindrical-coordinate representation of color #DC9220: hue angle of 36.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC9220 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 32 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.14 |
| HSL | 36.38º | 0.75% | 0.49% | - |
| HSV(B) | 36.38º | 0.85% | 0.86% | - |
| XYZ | 40.05 | 35.88 | 6.18 | - |
| YUV | 155.13 | 58.52 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 32 | 0 | 0.34 | 0.85 | 0.14 | 36.38 | 0.75 | 0.49 |
| Hex | DC | 92 | 20 | 0 | 22 | 55 | E | 24 | 4B | 31 |
| Octal | 334 | 222 | 40 | 0 | 42 | 125 | 16 | 44 | 113 | 61 |
| Binary | 11011100 | 10010010 | 100000 | 0 | 100010 | 1010101 | 1110 | 100100 | 1001011 | 110001 |
Color Harmonies of #DC9220
Complementary color
Monochromatic Colors of #DC9220
Black with #DC9220
Text Example
Text Example
White with #DC9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9220; }
p { color: rgb(220,146,32); }
H1.HeaderClassName
{
color: #DC9220;
}
.AnyTagClassName
{
color: #DC9220;
}
</style>
background-color css
<style>
a { background-color: #DC9220; }
a { background-color: rgb(220,146,32); }
div.DivClassName
{
background-color: #DC9220;
}
.BgClassName
{
background-color: #DC9220;
}
</style>
border-color css
<style>
span { border-color: #DC9220; }
span { border-color: rgb(220,146,32); }
td.TdClassName
{
border-color: #DC9220;
}
.TagClassName
{
border-color: #DC9220;
}
</style>