Shades of Buttercup #DC9E31
Tints of Buttercup #DC9E31
RGB
CMYK
RGB Variations
Color information
#DC9E31 (or 0xDC9E31) is known color: Buttercup. HEX triplet: DC, 9E and 31. RGB value is (220,158,49). Sum of RGB (Red+Green+Blue) = 220+158+49=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E31 is #2361CE. Grayscale: #A4A4A4. Windows color (decimal): -2318799 or 3251932. OLE color: 3251932.
HSL color Cylindrical-coordinate representation of color #DC9E31: hue angle of 38.25º 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 #DC9E31 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 49 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.14 |
| HSL | 38.25º | 0.71% | 0.53% | - |
| HSV(B) | 38.25º | 0.78% | 0.86% | - |
| XYZ | 42.3 | 39.89 | 8.38 | - |
| YUV | 164.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 49 | 0 | 0.28 | 0.78 | 0.14 | 38.25 | 0.71 | 0.53 |
| Hex | DC | 9E | 31 | 0 | 1C | 4E | E | 26 | 47 | 35 |
| Octal | 334 | 236 | 61 | 0 | 34 | 116 | 16 | 46 | 107 | 65 |
| Binary | 11011100 | 10011110 | 110001 | 0 | 11100 | 1001110 | 1110 | 100110 | 1000111 | 110101 |
Color Harmonies of #DC9E31
Complementary color
Monochromatic Colors of #DC9E31
Black with #DC9E31
Text Example
Text Example
White with #DC9E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E31; }
p { color: rgb(220,158,49); }
H1.HeaderClassName
{
color: #DC9E31;
}
.AnyTagClassName
{
color: #DC9E31;
}
</style>
background-color css
<style>
a { background-color: #DC9E31; }
a { background-color: rgb(220,158,49); }
div.DivClassName
{
background-color: #DC9E31;
}
.BgClassName
{
background-color: #DC9E31;
}
</style>
border-color css
<style>
span { border-color: #DC9E31; }
span { border-color: rgb(220,158,49); }
td.TdClassName
{
border-color: #DC9E31;
}
.TagClassName
{
border-color: #DC9E31;
}
</style>