Shades of Buttercup #DC9526
Tints of Buttercup #DC9526
RGB
CMYK
RGB Variations
Color information
#DC9526 (or 0xDC9526) is known color: Buttercup. HEX triplet: DC, 95 and 26. RGB value is (220,149,38). Sum of RGB (Red+Green+Blue) = 220+149+38=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9526 is #236AD9. Grayscale: #9E9E9E. Windows color (decimal): -2321114 or 2528732. OLE color: 2528732.
HSL color Cylindrical-coordinate representation of color #DC9526: hue angle of 36.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC9526 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 38 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.14 |
| HSL | 36.59º | 0.72% | 0.51% | - |
| HSV(B) | 36.59º | 0.83% | 0.86% | - |
| XYZ | 40.61 | 36.85 | 6.81 | - |
| YUV | 157.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 38 | 0 | 0.32 | 0.83 | 0.14 | 36.59 | 0.72 | 0.51 |
| Hex | DC | 95 | 26 | 0 | 20 | 53 | E | 25 | 48 | 33 |
| Octal | 334 | 225 | 46 | 0 | 40 | 123 | 16 | 45 | 110 | 63 |
| Binary | 11011100 | 10010101 | 100110 | 0 | 100000 | 1010011 | 1110 | 100101 | 1001000 | 110011 |
Color Harmonies of #DC9526
Complementary color
Monochromatic Colors of #DC9526
Black with #DC9526
Text Example
Text Example
White with #DC9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9526; }
p { color: rgb(220,149,38); }
H1.HeaderClassName
{
color: #DC9526;
}
.AnyTagClassName
{
color: #DC9526;
}
</style>
background-color css
<style>
a { background-color: #DC9526; }
a { background-color: rgb(220,149,38); }
div.DivClassName
{
background-color: #DC9526;
}
.BgClassName
{
background-color: #DC9526;
}
</style>
border-color css
<style>
span { border-color: #DC9526; }
span { border-color: rgb(220,149,38); }
td.TdClassName
{
border-color: #DC9526;
}
.TagClassName
{
border-color: #DC9526;
}
</style>