Shades of Buttercup #DC9532
Tints of Buttercup #DC9532
RGB
CMYK
RGB Variations
Color information
#DC9532 (or 0xDC9532) is known color: Buttercup. HEX triplet: DC, 95 and 32. RGB value is (220,149,50). Sum of RGB (Red+Green+Blue) = 220+149+50=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9532 is #236ACD. Grayscale: #9F9F9F. Windows color (decimal): -2321102 or 3315164. OLE color: 3315164.
HSL color Cylindrical-coordinate representation of color #DC9532: hue angle of 34.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC9532 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 50 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.14 |
| HSL | 34.94º | 0.71% | 0.53% | - |
| HSV(B) | 34.94º | 0.77% | 0.86% | - |
| XYZ | 40.84 | 36.94 | 8 | - |
| YUV | 158.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 50 | 0 | 0.32 | 0.77 | 0.14 | 34.94 | 0.71 | 0.53 |
| Hex | DC | 95 | 32 | 0 | 20 | 4D | E | 23 | 47 | 35 |
| Octal | 334 | 225 | 62 | 0 | 40 | 115 | 16 | 43 | 107 | 65 |
| Binary | 11011100 | 10010101 | 110010 | 0 | 100000 | 1001101 | 1110 | 100011 | 1000111 | 110101 |
Color Harmonies of #DC9532
Complementary color
Monochromatic Colors of #DC9532
Black with #DC9532
Text Example
Text Example
White with #DC9532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9532; }
p { color: rgb(220,149,50); }
H1.HeaderClassName
{
color: #DC9532;
}
.AnyTagClassName
{
color: #DC9532;
}
</style>
background-color css
<style>
a { background-color: #DC9532; }
a { background-color: rgb(220,149,50); }
div.DivClassName
{
background-color: #DC9532;
}
.BgClassName
{
background-color: #DC9532;
}
</style>
border-color css
<style>
span { border-color: #DC9532; }
span { border-color: rgb(220,149,50); }
td.TdClassName
{
border-color: #DC9532;
}
.TagClassName
{
border-color: #DC9532;
}
</style>