Shades of Buttercup #DC9A2C
Tints of Buttercup #DC9A2C
RGB
CMYK
RGB Variations
Color information
#DC9A2C (or 0xDC9A2C) is known color: Buttercup. HEX triplet: DC, 9A and 2C. RGB value is (220,154,44). Sum of RGB (Red+Green+Blue) = 220+154+44=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A2C is #2365D3. Grayscale: #A1A1A1. Windows color (decimal): -2319828 or 2923228. OLE color: 2923228.
HSL color Cylindrical-coordinate representation of color #DC9A2C: hue angle of 37.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC9A2C is Cyan = 0, Magento = 0.3, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 44 | - |
| CMYK | 0 | 0.3 | 0.8 | 0.14 |
| HSL | 37.5º | 0.72% | 0.52% | - |
| HSV(B) | 37.5º | 0.8% | 0.86% | - |
| XYZ | 41.53 | 38.51 | 7.63 | - |
| YUV | 161.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 44 | 0 | 0.3 | 0.8 | 0.14 | 37.5 | 0.72 | 0.52 |
| Hex | DC | 9A | 2C | 0 | 1E | 50 | E | 26 | 48 | 34 |
| Octal | 334 | 232 | 54 | 0 | 36 | 120 | 16 | 46 | 110 | 64 |
| Binary | 11011100 | 10011010 | 101100 | 0 | 11110 | 1010000 | 1110 | 100110 | 1001000 | 110100 |
Color Harmonies of #DC9A2C
Complementary color
Monochromatic Colors of #DC9A2C
Black with #DC9A2C
Text Example
Text Example
White with #DC9A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A2C; }
p { color: rgb(220,154,44); }
H1.HeaderClassName
{
color: #DC9A2C;
}
.AnyTagClassName
{
color: #DC9A2C;
}
</style>
background-color css
<style>
a { background-color: #DC9A2C; }
a { background-color: rgb(220,154,44); }
div.DivClassName
{
background-color: #DC9A2C;
}
.BgClassName
{
background-color: #DC9A2C;
}
</style>
border-color css
<style>
span { border-color: #DC9A2C; }
span { border-color: rgb(220,154,44); }
td.TdClassName
{
border-color: #DC9A2C;
}
.TagClassName
{
border-color: #DC9A2C;
}
</style>