Shades of Buttercup #DC9332
Tints of Buttercup #DC9332
RGB
CMYK
RGB Variations
Color information
#DC9332 (or 0xDC9332) is known color: Buttercup. HEX triplet: DC, 93 and 32. RGB value is (220,147,50). Sum of RGB (Red+Green+Blue) = 220+147+50=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9332 is #236CCD. Grayscale: #9E9E9E. Windows color (decimal): -2321614 or 3314652. OLE color: 3314652.
HSL color Cylindrical-coordinate representation of color #DC9332: hue angle of 34.24º 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 #DC9332 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 50 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.14 |
| HSL | 34.24º | 0.71% | 0.53% | - |
| HSV(B) | 34.24º | 0.77% | 0.86% | - |
| XYZ | 40.52 | 36.31 | 7.89 | - |
| YUV | 157.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 50 | 0 | 0.33 | 0.77 | 0.14 | 34.24 | 0.71 | 0.53 |
| Hex | DC | 93 | 32 | 0 | 21 | 4D | E | 22 | 47 | 35 |
| Octal | 334 | 223 | 62 | 0 | 41 | 115 | 16 | 42 | 107 | 65 |
| Binary | 11011100 | 10010011 | 110010 | 0 | 100001 | 1001101 | 1110 | 100010 | 1000111 | 110101 |
Color Harmonies of #DC9332
Complementary color
Monochromatic Colors of #DC9332
Black with #DC9332
Text Example
Text Example
White with #DC9332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9332; }
p { color: rgb(220,147,50); }
H1.HeaderClassName
{
color: #DC9332;
}
.AnyTagClassName
{
color: #DC9332;
}
</style>
background-color css
<style>
a { background-color: #DC9332; }
a { background-color: rgb(220,147,50); }
div.DivClassName
{
background-color: #DC9332;
}
.BgClassName
{
background-color: #DC9332;
}
</style>
border-color css
<style>
span { border-color: #DC9332; }
span { border-color: rgb(220,147,50); }
td.TdClassName
{
border-color: #DC9332;
}
.TagClassName
{
border-color: #DC9332;
}
</style>