Shades of Buttercup #DC9F34
Tints of Buttercup #DC9F34
RGB
CMYK
RGB Variations
Color information
#DC9F34 (or 0xDC9F34) is known color: Buttercup. HEX triplet: DC, 9F and 34. RGB value is (220,159,52). Sum of RGB (Red+Green+Blue) = 220+159+52=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F34 is #2360CB. Grayscale: #A5A5A5. Windows color (decimal): -2318540 or 3448796. OLE color: 3448796.
HSL color Cylindrical-coordinate representation of color #DC9F34: hue angle of 38.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC9F34 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 52 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.14 |
| HSL | 38.21º | 0.71% | 0.53% | - |
| HSV(B) | 38.21º | 0.76% | 0.86% | - |
| XYZ | 42.53 | 40.26 | 8.78 | - |
| YUV | 165.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 52 | 0 | 0.28 | 0.76 | 0.14 | 38.21 | 0.71 | 0.53 |
| Hex | DC | 9F | 34 | 0 | 1C | 4C | E | 26 | 47 | 35 |
| Octal | 334 | 237 | 64 | 0 | 34 | 114 | 16 | 46 | 107 | 65 |
| Binary | 11011100 | 10011111 | 110100 | 0 | 11100 | 1001100 | 1110 | 100110 | 1000111 | 110101 |
Color Harmonies of #DC9F34
Complementary color
Monochromatic Colors of #DC9F34
Black with #DC9F34
Text Example
Text Example
White with #DC9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F34; }
p { color: rgb(220,159,52); }
H1.HeaderClassName
{
color: #DC9F34;
}
.AnyTagClassName
{
color: #DC9F34;
}
</style>
background-color css
<style>
a { background-color: #DC9F34; }
a { background-color: rgb(220,159,52); }
div.DivClassName
{
background-color: #DC9F34;
}
.BgClassName
{
background-color: #DC9F34;
}
</style>
border-color css
<style>
span { border-color: #DC9F34; }
span { border-color: rgb(220,159,52); }
td.TdClassName
{
border-color: #DC9F34;
}
.TagClassName
{
border-color: #DC9F34;
}
</style>