Shades of Buttercup #DC9931
Tints of Buttercup #DC9931
RGB
CMYK
RGB Variations
Color information
#DC9931 (or 0xDC9931) is known color: Buttercup. HEX triplet: DC, 99 and 31. RGB value is (220,153,49). Sum of RGB (Red+Green+Blue) = 220+153+49=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9931 is #2366CE. Grayscale: #A1A1A1. Windows color (decimal): -2320079 or 3250652. OLE color: 3250652.
HSL color Cylindrical-coordinate representation of color #DC9931: hue angle of 36.49º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC9931 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 49 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.14 |
| HSL | 36.49º | 0.71% | 0.53% | - |
| HSV(B) | 36.49º | 0.78% | 0.86% | - |
| XYZ | 41.46 | 38.22 | 8.1 | - |
| YUV | 161.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 49 | 0 | 0.30 | 0.78 | 0.14 | 36.49 | 0.71 | 0.53 |
| Hex | DC | 99 | 31 | 0 | 1E | 4E | E | 24 | 47 | 35 |
| Octal | 334 | 231 | 61 | 0 | 36 | 116 | 16 | 44 | 107 | 65 |
| Binary | 11011100 | 10011001 | 110001 | 0 | 11110 | 1001110 | 1110 | 100100 | 1000111 | 110101 |
Color Harmonies of #DC9931
Complementary color
Monochromatic Colors of #DC9931
Black with #DC9931
Text Example
Text Example
White with #DC9931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9931; }
p { color: rgb(220,153,49); }
H1.HeaderClassName
{
color: #DC9931;
}
.AnyTagClassName
{
color: #DC9931;
}
</style>
background-color css
<style>
a { background-color: #DC9931; }
a { background-color: rgb(220,153,49); }
div.DivClassName
{
background-color: #DC9931;
}
.BgClassName
{
background-color: #DC9931;
}
</style>
border-color css
<style>
span { border-color: #DC9931; }
span { border-color: rgb(220,153,49); }
td.TdClassName
{
border-color: #DC9931;
}
.TagClassName
{
border-color: #DC9931;
}
</style>