Shades of Buttercup #DC9634
Tints of Buttercup #DC9634
RGB
CMYK
RGB Variations
Color information
#DC9634 (or 0xDC9634) is known color: Buttercup. HEX triplet: DC, 96 and 34. RGB value is (220,150,52). Sum of RGB (Red+Green+Blue) = 220+150+52=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9634 is #2369CB. Grayscale: #A0A0A0. Windows color (decimal): -2320844 or 3446492. OLE color: 3446492.
HSL color Cylindrical-coordinate representation of color #DC9634: hue angle of 35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC9634 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 52 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.14 |
| HSL | 35º | 0.71% | 0.53% | - |
| HSV(B) | 35º | 0.76% | 0.86% | - |
| XYZ | 41.04 | 37.28 | 8.28 | - |
| YUV | 159.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 52 | 0 | 0.32 | 0.76 | 0.14 | 35 | 0.71 | 0.53 |
| Hex | DC | 96 | 34 | 0 | 20 | 4C | E | 23 | 47 | 35 |
| Octal | 334 | 226 | 64 | 0 | 40 | 114 | 16 | 43 | 107 | 65 |
| Binary | 11011100 | 10010110 | 110100 | 0 | 100000 | 1001100 | 1110 | 100011 | 1000111 | 110101 |
Color Harmonies of #DC9634
Complementary color
Monochromatic Colors of #DC9634
Black with #DC9634
Text Example
Text Example
White with #DC9634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9634; }
p { color: rgb(220,150,52); }
H1.HeaderClassName
{
color: #DC9634;
}
.AnyTagClassName
{
color: #DC9634;
}
</style>
background-color css
<style>
a { background-color: #DC9634; }
a { background-color: rgb(220,150,52); }
div.DivClassName
{
background-color: #DC9634;
}
.BgClassName
{
background-color: #DC9634;
}
</style>
border-color css
<style>
span { border-color: #DC9634; }
span { border-color: rgb(220,150,52); }
td.TdClassName
{
border-color: #DC9634;
}
.TagClassName
{
border-color: #DC9634;
}
</style>