Shades of Buttercup #DC9C25
Tints of Buttercup #DC9C25
RGB
CMYK
RGB Variations
Color information
#DC9C25 (or 0xDC9C25) is known color: Buttercup. HEX triplet: DC, 9C and 25. RGB value is (220,156,37). Sum of RGB (Red+Green+Blue) = 220+156+37=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C25 is #2363DA. Grayscale: #A2A2A2. Windows color (decimal): -2319323 or 2464988. OLE color: 2464988.
HSL color Cylindrical-coordinate representation of color #DC9C25: hue angle of 39.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC9C25 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 37 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.14 |
| HSL | 39.02º | 0.72% | 0.5% | - |
| HSV(B) | 39.02º | 0.83% | 0.86% | - |
| XYZ | 41.74 | 39.13 | 7.1 | - |
| YUV | 161.57 | 57.7 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 37 | 0 | 0.29 | 0.83 | 0.14 | 39.02 | 0.72 | 0.5 |
| Hex | DC | 9C | 25 | 0 | 1D | 53 | E | 27 | 48 | 32 |
| Octal | 334 | 234 | 45 | 0 | 35 | 123 | 16 | 47 | 110 | 62 |
| Binary | 11011100 | 10011100 | 100101 | 0 | 11101 | 1010011 | 1110 | 100111 | 1001000 | 110010 |
Color Harmonies of #DC9C25
Complementary color
Monochromatic Colors of #DC9C25
Black with #DC9C25
Text Example
Text Example
White with #DC9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C25; }
p { color: rgb(220,156,37); }
H1.HeaderClassName
{
color: #DC9C25;
}
.AnyTagClassName
{
color: #DC9C25;
}
</style>
background-color css
<style>
a { background-color: #DC9C25; }
a { background-color: rgb(220,156,37); }
div.DivClassName
{
background-color: #DC9C25;
}
.BgClassName
{
background-color: #DC9C25;
}
</style>
border-color css
<style>
span { border-color: #DC9C25; }
span { border-color: rgb(220,156,37); }
td.TdClassName
{
border-color: #DC9C25;
}
.TagClassName
{
border-color: #DC9C25;
}
</style>