Shades of Buttercup #DC9C24
Tints of Buttercup #DC9C24
RGB
CMYK
RGB Variations
Color information
#DC9C24 (or 0xDC9C24) is known color: Buttercup. HEX triplet: DC, 9C and 24. RGB value is (220,156,36). Sum of RGB (Red+Green+Blue) = 220+156+36=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C24 is #2363DB. Grayscale: #A2A2A2. Windows color (decimal): -2319324 or 2399452. OLE color: 2399452.
HSL color Cylindrical-coordinate representation of color #DC9C24: hue angle of 39.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC9C24 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 36 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.14 |
| HSL | 39.13º | 0.72% | 0.5% | - |
| HSV(B) | 39.13º | 0.84% | 0.86% | - |
| XYZ | 41.72 | 39.12 | 7.02 | - |
| YUV | 161.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 36 | 0 | 0.29 | 0.84 | 0.14 | 39.13 | 0.72 | 0.5 |
| Hex | DC | 9C | 24 | 0 | 1D | 54 | E | 27 | 48 | 32 |
| Octal | 334 | 234 | 44 | 0 | 35 | 124 | 16 | 47 | 110 | 62 |
| Binary | 11011100 | 10011100 | 100100 | 0 | 11101 | 1010100 | 1110 | 100111 | 1001000 | 110010 |
Color Harmonies of #DC9C24
Complementary color
Monochromatic Colors of #DC9C24
Black with #DC9C24
Text Example
Text Example
White with #DC9C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C24; }
p { color: rgb(220,156,36); }
H1.HeaderClassName
{
color: #DC9C24;
}
.AnyTagClassName
{
color: #DC9C24;
}
</style>
background-color css
<style>
a { background-color: #DC9C24; }
a { background-color: rgb(220,156,36); }
div.DivClassName
{
background-color: #DC9C24;
}
.BgClassName
{
background-color: #DC9C24;
}
</style>
border-color css
<style>
span { border-color: #DC9C24; }
span { border-color: rgb(220,156,36); }
td.TdClassName
{
border-color: #DC9C24;
}
.TagClassName
{
border-color: #DC9C24;
}
</style>