Shades of Buttercup #DC9932
Tints of Buttercup #DC9932
RGB
CMYK
RGB Variations
Color information
#DC9932 (or 0xDC9932) is known color: Buttercup. HEX triplet: DC, 99 and 32. RGB value is (220,153,50). Sum of RGB (Red+Green+Blue) = 220+153+50=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9932 is #2366CD. Grayscale: #A1A1A1. Windows color (decimal): -2320078 or 3316188. OLE color: 3316188.
HSL color Cylindrical-coordinate representation of color #DC9932: hue angle of 36.35º 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 #DC9932 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 50 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.14 |
| HSL | 36.35º | 0.71% | 0.53% | - |
| HSV(B) | 36.35º | 0.77% | 0.86% | - |
| XYZ | 41.48 | 38.23 | 8.21 | - |
| YUV | 161.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 50 | 0 | 0.30 | 0.77 | 0.14 | 36.35 | 0.71 | 0.53 |
| Hex | DC | 99 | 32 | 0 | 1E | 4D | E | 24 | 47 | 35 |
| Octal | 334 | 231 | 62 | 0 | 36 | 115 | 16 | 44 | 107 | 65 |
| Binary | 11011100 | 10011001 | 110010 | 0 | 11110 | 1001101 | 1110 | 100100 | 1000111 | 110101 |
Color Harmonies of #DC9932
Complementary color
Monochromatic Colors of #DC9932
Black with #DC9932
Text Example
Text Example
White with #DC9932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9932; }
p { color: rgb(220,153,50); }
H1.HeaderClassName
{
color: #DC9932;
}
.AnyTagClassName
{
color: #DC9932;
}
</style>
background-color css
<style>
a { background-color: #DC9932; }
a { background-color: rgb(220,153,50); }
div.DivClassName
{
background-color: #DC9932;
}
.BgClassName
{
background-color: #DC9932;
}
</style>
border-color css
<style>
span { border-color: #DC9932; }
span { border-color: rgb(220,153,50); }
td.TdClassName
{
border-color: #DC9932;
}
.TagClassName
{
border-color: #DC9932;
}
</style>