Shades of Buttercup #DC9631
Tints of Buttercup #DC9631
RGB
CMYK
RGB Variations
Color information
#DC9631 (or 0xDC9631) is known color: Buttercup. HEX triplet: DC, 96 and 31. RGB value is (220,150,49). Sum of RGB (Red+Green+Blue) = 220+150+49=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9631 is #2369CE. Grayscale: #9F9F9F. Windows color (decimal): -2320847 or 3249884. OLE color: 3249884.
HSL color Cylindrical-coordinate representation of color #DC9631: hue angle of 35.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC9631 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 49 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.14 |
| HSL | 35.44º | 0.71% | 0.53% | - |
| HSV(B) | 35.44º | 0.78% | 0.86% | - |
| XYZ | 40.98 | 37.25 | 7.94 | - |
| YUV | 159.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 49 | 0 | 0.32 | 0.78 | 0.14 | 35.44 | 0.71 | 0.53 |
| Hex | DC | 96 | 31 | 0 | 20 | 4E | E | 23 | 47 | 35 |
| Octal | 334 | 226 | 61 | 0 | 40 | 116 | 16 | 43 | 107 | 65 |
| Binary | 11011100 | 10010110 | 110001 | 0 | 100000 | 1001110 | 1110 | 100011 | 1000111 | 110101 |
Color Harmonies of #DC9631
Complementary color
Monochromatic Colors of #DC9631
Black with #DC9631
Text Example
Text Example
White with #DC9631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9631; }
p { color: rgb(220,150,49); }
H1.HeaderClassName
{
color: #DC9631;
}
.AnyTagClassName
{
color: #DC9631;
}
</style>
background-color css
<style>
a { background-color: #DC9631; }
a { background-color: rgb(220,150,49); }
div.DivClassName
{
background-color: #DC9631;
}
.BgClassName
{
background-color: #DC9631;
}
</style>
border-color css
<style>
span { border-color: #DC9631; }
span { border-color: rgb(220,150,49); }
td.TdClassName
{
border-color: #DC9631;
}
.TagClassName
{
border-color: #DC9631;
}
</style>