Shades of Buttercup #DC9330
Tints of Buttercup #DC9330
RGB
CMYK
RGB Variations
Color information
#DC9330 (or 0xDC9330) is known color: Buttercup. HEX triplet: DC, 93 and 30. RGB value is (220,147,48). Sum of RGB (Red+Green+Blue) = 220+147+48=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9330 is #236CCF. Grayscale: #9E9E9E. Windows color (decimal): -2321616 or 3183580. OLE color: 3183580.
HSL color Cylindrical-coordinate representation of color #DC9330: hue angle of 34.53º 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 #DC9330 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 48 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.14 |
| HSL | 34.53º | 0.71% | 0.53% | - |
| HSV(B) | 34.53º | 0.78% | 0.86% | - |
| XYZ | 40.48 | 36.3 | 7.67 | - |
| YUV | 157.54 | 66.18 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 48 | 0 | 0.33 | 0.78 | 0.14 | 34.53 | 0.71 | 0.53 |
| Hex | DC | 93 | 30 | 0 | 21 | 4E | E | 23 | 47 | 35 |
| Octal | 334 | 223 | 60 | 0 | 41 | 116 | 16 | 43 | 107 | 65 |
| Binary | 11011100 | 10010011 | 110000 | 0 | 100001 | 1001110 | 1110 | 100011 | 1000111 | 110101 |
Color Harmonies of #DC9330
Complementary color
Monochromatic Colors of #DC9330
Black with #DC9330
Text Example
Text Example
White with #DC9330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9330; }
p { color: rgb(220,147,48); }
H1.HeaderClassName
{
color: #DC9330;
}
.AnyTagClassName
{
color: #DC9330;
}
</style>
background-color css
<style>
a { background-color: #DC9330; }
a { background-color: rgb(220,147,48); }
div.DivClassName
{
background-color: #DC9330;
}
.BgClassName
{
background-color: #DC9330;
}
</style>
border-color css
<style>
span { border-color: #DC9330; }
span { border-color: rgb(220,147,48); }
td.TdClassName
{
border-color: #DC9330;
}
.TagClassName
{
border-color: #DC9330;
}
</style>