Shades of Buttercup #DC9D31
Tints of Buttercup #DC9D31
RGB
CMYK
RGB Variations
Color information
#DC9D31 (or 0xDC9D31) is known color: Buttercup. HEX triplet: DC, 9D and 31. RGB value is (220,157,49). Sum of RGB (Red+Green+Blue) = 220+157+49=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D31 is #2362CE. Grayscale: #A4A4A4. Windows color (decimal): -2319055 or 3251676. OLE color: 3251676.
HSL color Cylindrical-coordinate representation of color #DC9D31: hue angle of 37.89º 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 #DC9D31 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 49 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.14 |
| HSL | 37.89º | 0.71% | 0.53% | - |
| HSV(B) | 37.89º | 0.78% | 0.86% | - |
| XYZ | 42.13 | 39.55 | 8.32 | - |
| YUV | 163.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 49 | 0 | 0.29 | 0.78 | 0.14 | 37.89 | 0.71 | 0.53 |
| Hex | DC | 9D | 31 | 0 | 1D | 4E | E | 26 | 47 | 35 |
| Octal | 334 | 235 | 61 | 0 | 35 | 116 | 16 | 46 | 107 | 65 |
| Binary | 11011100 | 10011101 | 110001 | 0 | 11101 | 1001110 | 1110 | 100110 | 1000111 | 110101 |
Color Harmonies of #DC9D31
Complementary color
Monochromatic Colors of #DC9D31
Black with #DC9D31
Text Example
Text Example
White with #DC9D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D31; }
p { color: rgb(220,157,49); }
H1.HeaderClassName
{
color: #DC9D31;
}
.AnyTagClassName
{
color: #DC9D31;
}
</style>
background-color css
<style>
a { background-color: #DC9D31; }
a { background-color: rgb(220,157,49); }
div.DivClassName
{
background-color: #DC9D31;
}
.BgClassName
{
background-color: #DC9D31;
}
</style>
border-color css
<style>
span { border-color: #DC9D31; }
span { border-color: rgb(220,157,49); }
td.TdClassName
{
border-color: #DC9D31;
}
.TagClassName
{
border-color: #DC9D31;
}
</style>