Shades of Buttercup #DC9635
Tints of Buttercup #DC9635
RGB
CMYK
RGB Variations
Color information
#DC9635 (or 0xDC9635) is known color: Buttercup. HEX triplet: DC, 96 and 35. RGB value is (220,150,53). Sum of RGB (Red+Green+Blue) = 220+150+53=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9635 is #2369CA. Grayscale: #A0A0A0. Windows color (decimal): -2320843 or 3512028. OLE color: 3512028.
HSL color Cylindrical-coordinate representation of color #DC9635: hue angle of 34.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC9635 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 53 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.14 |
| HSL | 34.85º | 0.7% | 0.54% | - |
| HSV(B) | 34.85º | 0.76% | 0.86% | - |
| XYZ | 41.06 | 37.29 | 8.4 | - |
| YUV | 159.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 53 | 0 | 0.32 | 0.76 | 0.14 | 34.85 | 0.7 | 0.54 |
| Hex | DC | 96 | 35 | 0 | 20 | 4C | E | 23 | 46 | 36 |
| Octal | 334 | 226 | 65 | 0 | 40 | 114 | 16 | 43 | 106 | 66 |
| Binary | 11011100 | 10010110 | 110101 | 0 | 100000 | 1001100 | 1110 | 100011 | 1000110 | 110110 |
Color Harmonies of #DC9635
Complementary color
Monochromatic Colors of #DC9635
Black with #DC9635
Text Example
Text Example
White with #DC9635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9635; }
p { color: rgb(220,150,53); }
H1.HeaderClassName
{
color: #DC9635;
}
.AnyTagClassName
{
color: #DC9635;
}
</style>
background-color css
<style>
a { background-color: #DC9635; }
a { background-color: rgb(220,150,53); }
div.DivClassName
{
background-color: #DC9635;
}
.BgClassName
{
background-color: #DC9635;
}
</style>
border-color css
<style>
span { border-color: #DC9635; }
span { border-color: rgb(220,150,53); }
td.TdClassName
{
border-color: #DC9635;
}
.TagClassName
{
border-color: #DC9635;
}
</style>