Shades of Buttercup #DC9930
Tints of Buttercup #DC9930
RGB
CMYK
RGB Variations
Color information
#DC9930 (or 0xDC9930) is known color: Buttercup. HEX triplet: DC, 99 and 30. RGB value is (220,153,48). Sum of RGB (Red+Green+Blue) = 220+153+48=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9930 is #2366CF. Grayscale: #A1A1A1. Windows color (decimal): -2320080 or 3185116. OLE color: 3185116.
HSL color Cylindrical-coordinate representation of color #DC9930: hue angle of 36.63º 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 #DC9930 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 48 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.14 |
| HSL | 36.63º | 0.71% | 0.53% | - |
| HSV(B) | 36.63º | 0.78% | 0.86% | - |
| XYZ | 41.44 | 38.21 | 7.99 | - |
| YUV | 161.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 48 | 0 | 0.30 | 0.78 | 0.14 | 36.63 | 0.71 | 0.53 |
| Hex | DC | 99 | 30 | 0 | 1E | 4E | E | 25 | 47 | 35 |
| Octal | 334 | 231 | 60 | 0 | 36 | 116 | 16 | 45 | 107 | 65 |
| Binary | 11011100 | 10011001 | 110000 | 0 | 11110 | 1001110 | 1110 | 100101 | 1000111 | 110101 |
Color Harmonies of #DC9930
Complementary color
Monochromatic Colors of #DC9930
Black with #DC9930
Text Example
Text Example
White with #DC9930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9930; }
p { color: rgb(220,153,48); }
H1.HeaderClassName
{
color: #DC9930;
}
.AnyTagClassName
{
color: #DC9930;
}
</style>
background-color css
<style>
a { background-color: #DC9930; }
a { background-color: rgb(220,153,48); }
div.DivClassName
{
background-color: #DC9930;
}
.BgClassName
{
background-color: #DC9930;
}
</style>
border-color css
<style>
span { border-color: #DC9930; }
span { border-color: rgb(220,153,48); }
td.TdClassName
{
border-color: #DC9930;
}
.TagClassName
{
border-color: #DC9930;
}
</style>