Shades of Buttercup #DC9831
Tints of Buttercup #DC9831
RGB
CMYK
RGB Variations
Color information
#DC9831 (or 0xDC9831) is known color: Buttercup. HEX triplet: DC, 98 and 31. RGB value is (220,152,49). Sum of RGB (Red+Green+Blue) = 220+152+49=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9831 is #2367CE. Grayscale: #A1A1A1. Windows color (decimal): -2320335 or 3250396. OLE color: 3250396.
HSL color Cylindrical-coordinate representation of color #DC9831: hue angle of 36.14º 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 #DC9831 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 49 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.14 |
| HSL | 36.14º | 0.71% | 0.53% | - |
| HSV(B) | 36.14º | 0.78% | 0.86% | - |
| XYZ | 41.3 | 37.89 | 8.04 | - |
| YUV | 160.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 49 | 0 | 0.31 | 0.78 | 0.14 | 36.14 | 0.71 | 0.53 |
| Hex | DC | 98 | 31 | 0 | 1F | 4E | E | 24 | 47 | 35 |
| Octal | 334 | 230 | 61 | 0 | 37 | 116 | 16 | 44 | 107 | 65 |
| Binary | 11011100 | 10011000 | 110001 | 0 | 11111 | 1001110 | 1110 | 100100 | 1000111 | 110101 |
Color Harmonies of #DC9831
Complementary color
Monochromatic Colors of #DC9831
Black with #DC9831
Text Example
Text Example
White with #DC9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9831; }
p { color: rgb(220,152,49); }
H1.HeaderClassName
{
color: #DC9831;
}
.AnyTagClassName
{
color: #DC9831;
}
</style>
background-color css
<style>
a { background-color: #DC9831; }
a { background-color: rgb(220,152,49); }
div.DivClassName
{
background-color: #DC9831;
}
.BgClassName
{
background-color: #DC9831;
}
</style>
border-color css
<style>
span { border-color: #DC9831; }
span { border-color: rgb(220,152,49); }
td.TdClassName
{
border-color: #DC9831;
}
.TagClassName
{
border-color: #DC9831;
}
</style>