Shades of Buttercup #DC9D32
Tints of Buttercup #DC9D32
RGB
CMYK
RGB Variations
Color information
#DC9D32 (or 0xDC9D32) is known color: Buttercup. HEX triplet: DC, 9D and 32. RGB value is (220,157,50). Sum of RGB (Red+Green+Blue) = 220+157+50=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D32 is #2362CD. Grayscale: #A4A4A4. Windows color (decimal): -2319054 or 3317212. OLE color: 3317212.
HSL color Cylindrical-coordinate representation of color #DC9D32: hue angle of 37.76º 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 #DC9D32 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 50 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.14 |
| HSL | 37.76º | 0.71% | 0.53% | - |
| HSV(B) | 37.76º | 0.77% | 0.86% | - |
| XYZ | 42.15 | 39.56 | 8.43 | - |
| YUV | 163.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 50 | 0 | 0.29 | 0.77 | 0.14 | 37.76 | 0.71 | 0.53 |
| Hex | DC | 9D | 32 | 0 | 1D | 4D | E | 26 | 47 | 35 |
| Octal | 334 | 235 | 62 | 0 | 35 | 115 | 16 | 46 | 107 | 65 |
| Binary | 11011100 | 10011101 | 110010 | 0 | 11101 | 1001101 | 1110 | 100110 | 1000111 | 110101 |
Color Harmonies of #DC9D32
Complementary color
Monochromatic Colors of #DC9D32
Black with #DC9D32
Text Example
Text Example
White with #DC9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D32; }
p { color: rgb(220,157,50); }
H1.HeaderClassName
{
color: #DC9D32;
}
.AnyTagClassName
{
color: #DC9D32;
}
</style>
background-color css
<style>
a { background-color: #DC9D32; }
a { background-color: rgb(220,157,50); }
div.DivClassName
{
background-color: #DC9D32;
}
.BgClassName
{
background-color: #DC9D32;
}
</style>
border-color css
<style>
span { border-color: #DC9D32; }
span { border-color: rgb(220,157,50); }
td.TdClassName
{
border-color: #DC9D32;
}
.TagClassName
{
border-color: #DC9D32;
}
</style>