Shades of Buttercup #DC9130
Tints of Buttercup #DC9130
RGB
CMYK
RGB Variations
Color information
#DC9130 (or 0xDC9130) is known color: Buttercup. HEX triplet: DC, 91 and 30. RGB value is (220,145,48). Sum of RGB (Red+Green+Blue) = 220+145+48=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9130 is #236ECF. Grayscale: #9C9C9C. Windows color (decimal): -2322128 or 3183068. OLE color: 3183068.
HSL color Cylindrical-coordinate representation of color #DC9130: hue angle of 33.84º 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 #DC9130 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 48 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.14 |
| HSL | 33.84º | 0.71% | 0.53% | - |
| HSV(B) | 33.84º | 0.78% | 0.86% | - |
| XYZ | 40.17 | 35.68 | 7.57 | - |
| YUV | 156.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 48 | 0 | 0.34 | 0.78 | 0.14 | 33.84 | 0.71 | 0.53 |
| Hex | DC | 91 | 30 | 0 | 22 | 4E | E | 22 | 47 | 35 |
| Octal | 334 | 221 | 60 | 0 | 42 | 116 | 16 | 42 | 107 | 65 |
| Binary | 11011100 | 10010001 | 110000 | 0 | 100010 | 1001110 | 1110 | 100010 | 1000111 | 110101 |
Color Harmonies of #DC9130
Complementary color
Monochromatic Colors of #DC9130
Black with #DC9130
Text Example
Text Example
White with #DC9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9130; }
p { color: rgb(220,145,48); }
H1.HeaderClassName
{
color: #DC9130;
}
.AnyTagClassName
{
color: #DC9130;
}
</style>
background-color css
<style>
a { background-color: #DC9130; }
a { background-color: rgb(220,145,48); }
div.DivClassName
{
background-color: #DC9130;
}
.BgClassName
{
background-color: #DC9130;
}
</style>
border-color css
<style>
span { border-color: #DC9130; }
span { border-color: rgb(220,145,48); }
td.TdClassName
{
border-color: #DC9130;
}
.TagClassName
{
border-color: #DC9130;
}
</style>