Shades of Buttercup #DC9C30
Tints of Buttercup #DC9C30
RGB
CMYK
RGB Variations
Color information
#DC9C30 (or 0xDC9C30) is known color: Buttercup. HEX triplet: DC, 9C and 30. RGB value is (220,156,48). Sum of RGB (Red+Green+Blue) = 220+156+48=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C30 is #2363CF. Grayscale: #A3A3A3. Windows color (decimal): -2319312 or 3185884. OLE color: 3185884.
HSL color Cylindrical-coordinate representation of color #DC9C30: hue angle of 37.67º 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 #DC9C30 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 48 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.14 |
| HSL | 37.67º | 0.71% | 0.53% | - |
| HSV(B) | 37.67º | 0.78% | 0.86% | - |
| XYZ | 41.94 | 39.21 | 8.15 | - |
| YUV | 162.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 48 | 0 | 0.29 | 0.78 | 0.14 | 37.67 | 0.71 | 0.53 |
| Hex | DC | 9C | 30 | 0 | 1D | 4E | E | 26 | 47 | 35 |
| Octal | 334 | 234 | 60 | 0 | 35 | 116 | 16 | 46 | 107 | 65 |
| Binary | 11011100 | 10011100 | 110000 | 0 | 11101 | 1001110 | 1110 | 100110 | 1000111 | 110101 |
Color Harmonies of #DC9C30
Complementary color
Monochromatic Colors of #DC9C30
Black with #DC9C30
Text Example
Text Example
White with #DC9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C30; }
p { color: rgb(220,156,48); }
H1.HeaderClassName
{
color: #DC9C30;
}
.AnyTagClassName
{
color: #DC9C30;
}
</style>
background-color css
<style>
a { background-color: #DC9C30; }
a { background-color: rgb(220,156,48); }
div.DivClassName
{
background-color: #DC9C30;
}
.BgClassName
{
background-color: #DC9C30;
}
</style>
border-color css
<style>
span { border-color: #DC9C30; }
span { border-color: rgb(220,156,48); }
td.TdClassName
{
border-color: #DC9C30;
}
.TagClassName
{
border-color: #DC9C30;
}
</style>