Shades of Buttercup #DC9A30
Tints of Buttercup #DC9A30
RGB
CMYK
RGB Variations
Color information
#DC9A30 (or 0xDC9A30) is known color: Buttercup. HEX triplet: DC, 9A and 30. RGB value is (220,154,48). Sum of RGB (Red+Green+Blue) = 220+154+48=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A30 is #2365CF. Grayscale: #A2A2A2. Windows color (decimal): -2319824 or 3185372. OLE color: 3185372.
HSL color Cylindrical-coordinate representation of color #DC9A30: hue angle of 36.98º 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 #DC9A30 is Cyan = 0, Magento = 0.3, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 48 | - |
| CMYK | 0 | 0.3 | 0.78 | 0.14 |
| HSL | 36.98º | 0.71% | 0.53% | - |
| HSV(B) | 36.98º | 0.78% | 0.86% | - |
| XYZ | 41.6 | 38.54 | 8.04 | - |
| YUV | 161.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 48 | 0 | 0.3 | 0.78 | 0.14 | 36.98 | 0.71 | 0.53 |
| Hex | DC | 9A | 30 | 0 | 1E | 4E | E | 25 | 47 | 35 |
| Octal | 334 | 232 | 60 | 0 | 36 | 116 | 16 | 45 | 107 | 65 |
| Binary | 11011100 | 10011010 | 110000 | 0 | 11110 | 1001110 | 1110 | 100101 | 1000111 | 110101 |
Color Harmonies of #DC9A30
Complementary color
Monochromatic Colors of #DC9A30
Black with #DC9A30
Text Example
Text Example
White with #DC9A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A30; }
p { color: rgb(220,154,48); }
H1.HeaderClassName
{
color: #DC9A30;
}
.AnyTagClassName
{
color: #DC9A30;
}
</style>
background-color css
<style>
a { background-color: #DC9A30; }
a { background-color: rgb(220,154,48); }
div.DivClassName
{
background-color: #DC9A30;
}
.BgClassName
{
background-color: #DC9A30;
}
</style>
border-color css
<style>
span { border-color: #DC9A30; }
span { border-color: rgb(220,154,48); }
td.TdClassName
{
border-color: #DC9A30;
}
.TagClassName
{
border-color: #DC9A30;
}
</style>