Shades of Buttercup #DC9533
Tints of Buttercup #DC9533
RGB
CMYK
RGB Variations
Color information
#DC9533 (or 0xDC9533) is known color: Buttercup. HEX triplet: DC, 95 and 33. RGB value is (220,149,51). Sum of RGB (Red+Green+Blue) = 220+149+51=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9533 is #236ACC. Grayscale: #9F9F9F. Windows color (decimal): -2321101 or 3380700. OLE color: 3380700.
HSL color Cylindrical-coordinate representation of color #DC9533: hue angle of 34.79º 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 #DC9533 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 51 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.14 |
| HSL | 34.79º | 0.71% | 0.53% | - |
| HSV(B) | 34.79º | 0.77% | 0.86% | - |
| XYZ | 40.86 | 36.95 | 8.11 | - |
| YUV | 159.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 51 | 0 | 0.32 | 0.77 | 0.14 | 34.79 | 0.71 | 0.53 |
| Hex | DC | 95 | 33 | 0 | 20 | 4D | E | 23 | 47 | 35 |
| Octal | 334 | 225 | 63 | 0 | 40 | 115 | 16 | 43 | 107 | 65 |
| Binary | 11011100 | 10010101 | 110011 | 0 | 100000 | 1001101 | 1110 | 100011 | 1000111 | 110101 |
Color Harmonies of #DC9533
Complementary color
Monochromatic Colors of #DC9533
Black with #DC9533
Text Example
Text Example
White with #DC9533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9533; }
p { color: rgb(220,149,51); }
H1.HeaderClassName
{
color: #DC9533;
}
.AnyTagClassName
{
color: #DC9533;
}
</style>
background-color css
<style>
a { background-color: #DC9533; }
a { background-color: rgb(220,149,51); }
div.DivClassName
{
background-color: #DC9533;
}
.BgClassName
{
background-color: #DC9533;
}
</style>
border-color css
<style>
span { border-color: #DC9533; }
span { border-color: rgb(220,149,51); }
td.TdClassName
{
border-color: #DC9533;
}
.TagClassName
{
border-color: #DC9533;
}
</style>