Shades of Buttercup #DC9628
Tints of Buttercup #DC9628
RGB
CMYK
RGB Variations
Color information
#DC9628 (or 0xDC9628) is known color: Buttercup. HEX triplet: DC, 96 and 28. RGB value is (220,150,40). Sum of RGB (Red+Green+Blue) = 220+150+40=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9628 is #2369D7. Grayscale: #9E9E9E. Windows color (decimal): -2320856 or 2660060. OLE color: 2660060.
HSL color Cylindrical-coordinate representation of color #DC9628: hue angle of 36.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC9628 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 40 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.14 |
| HSL | 36.67º | 0.72% | 0.51% | - |
| HSV(B) | 36.67º | 0.82% | 0.86% | - |
| XYZ | 40.8 | 37.18 | 7.03 | - |
| YUV | 158.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 40 | 0 | 0.32 | 0.82 | 0.14 | 36.67 | 0.72 | 0.51 |
| Hex | DC | 96 | 28 | 0 | 20 | 52 | E | 25 | 48 | 33 |
| Octal | 334 | 226 | 50 | 0 | 40 | 122 | 16 | 45 | 110 | 63 |
| Binary | 11011100 | 10010110 | 101000 | 0 | 100000 | 1010010 | 1110 | 100101 | 1001000 | 110011 |
Color Harmonies of #DC9628
Complementary color
Monochromatic Colors of #DC9628
Black with #DC9628
Text Example
Text Example
White with #DC9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9628; }
p { color: rgb(220,150,40); }
H1.HeaderClassName
{
color: #DC9628;
}
.AnyTagClassName
{
color: #DC9628;
}
</style>
background-color css
<style>
a { background-color: #DC9628; }
a { background-color: rgb(220,150,40); }
div.DivClassName
{
background-color: #DC9628;
}
.BgClassName
{
background-color: #DC9628;
}
</style>
border-color css
<style>
span { border-color: #DC9628; }
span { border-color: rgb(220,150,40); }
td.TdClassName
{
border-color: #DC9628;
}
.TagClassName
{
border-color: #DC9628;
}
</style>