Shades of Buttercup #DC9623
Tints of Buttercup #DC9623
RGB
CMYK
RGB Variations
Color information
#DC9623 (or 0xDC9623) is known color: Buttercup. HEX triplet: DC, 96 and 23. RGB value is (220,150,35). Sum of RGB (Red+Green+Blue) = 220+150+35=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9623 is #2369DC. Grayscale: #9E9E9E. Windows color (decimal): -2320861 or 2332380. OLE color: 2332380.
HSL color Cylindrical-coordinate representation of color #DC9623: hue angle of 37.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC9623 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 35 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.14 |
| HSL | 37.3º | 0.73% | 0.5% | - |
| HSV(B) | 37.3º | 0.84% | 0.86% | - |
| XYZ | 40.72 | 37.15 | 6.61 | - |
| YUV | 157.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 35 | 0 | 0.32 | 0.84 | 0.14 | 37.3 | 0.73 | 0.5 |
| Hex | DC | 96 | 23 | 0 | 20 | 54 | E | 25 | 49 | 32 |
| Octal | 334 | 226 | 43 | 0 | 40 | 124 | 16 | 45 | 111 | 62 |
| Binary | 11011100 | 10010110 | 100011 | 0 | 100000 | 1010100 | 1110 | 100101 | 1001001 | 110010 |
Color Harmonies of #DC9623
Complementary color
Monochromatic Colors of #DC9623
Black with #DC9623
Text Example
Text Example
White with #DC9623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9623; }
p { color: rgb(220,150,35); }
H1.HeaderClassName
{
color: #DC9623;
}
.AnyTagClassName
{
color: #DC9623;
}
</style>
background-color css
<style>
a { background-color: #DC9623; }
a { background-color: rgb(220,150,35); }
div.DivClassName
{
background-color: #DC9623;
}
.BgClassName
{
background-color: #DC9623;
}
</style>
border-color css
<style>
span { border-color: #DC9623; }
span { border-color: rgb(220,150,35); }
td.TdClassName
{
border-color: #DC9623;
}
.TagClassName
{
border-color: #DC9623;
}
</style>