Shades of Buttercup #DC9326
Tints of Buttercup #DC9326
RGB
CMYK
RGB Variations
Color information
#DC9326 (or 0xDC9326) is known color: Buttercup. HEX triplet: DC, 93 and 26. RGB value is (220,147,38). Sum of RGB (Red+Green+Blue) = 220+147+38=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9326 is #236CD9. Grayscale: #9C9C9C. Windows color (decimal): -2321626 or 2528220. OLE color: 2528220.
HSL color Cylindrical-coordinate representation of color #DC9326: hue angle of 35.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC9326 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 38 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.14 |
| HSL | 35.93º | 0.72% | 0.51% | - |
| HSV(B) | 35.93º | 0.83% | 0.86% | - |
| XYZ | 40.3 | 36.22 | 6.7 | - |
| YUV | 156.4 | 61.18 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 38 | 0 | 0.33 | 0.83 | 0.14 | 35.93 | 0.72 | 0.51 |
| Hex | DC | 93 | 26 | 0 | 21 | 53 | E | 24 | 48 | 33 |
| Octal | 334 | 223 | 46 | 0 | 41 | 123 | 16 | 44 | 110 | 63 |
| Binary | 11011100 | 10010011 | 100110 | 0 | 100001 | 1010011 | 1110 | 100100 | 1001000 | 110011 |
Color Harmonies of #DC9326
Complementary color
Monochromatic Colors of #DC9326
Black with #DC9326
Text Example
Text Example
White with #DC9326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9326; }
p { color: rgb(220,147,38); }
H1.HeaderClassName
{
color: #DC9326;
}
.AnyTagClassName
{
color: #DC9326;
}
</style>
background-color css
<style>
a { background-color: #DC9326; }
a { background-color: rgb(220,147,38); }
div.DivClassName
{
background-color: #DC9326;
}
.BgClassName
{
background-color: #DC9326;
}
</style>
border-color css
<style>
span { border-color: #DC9326; }
span { border-color: rgb(220,147,38); }
td.TdClassName
{
border-color: #DC9326;
}
.TagClassName
{
border-color: #DC9326;
}
</style>