Shades of Buttercup #DC9E34
Tints of Buttercup #DC9E34
RGB
CMYK
RGB Variations
Color information
#DC9E34 (or 0xDC9E34) is known color: Buttercup. HEX triplet: DC, 9E and 34. RGB value is (220,158,52). Sum of RGB (Red+Green+Blue) = 220+158+52=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E34 is #2361CB. Grayscale: #A4A4A4. Windows color (decimal): -2318796 or 3448540. OLE color: 3448540.
HSL color Cylindrical-coordinate representation of color #DC9E34: hue angle of 37.86º 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 #DC9E34 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 52 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.14 |
| HSL | 37.86º | 0.71% | 0.53% | - |
| HSV(B) | 37.86º | 0.76% | 0.86% | - |
| XYZ | 42.36 | 39.92 | 8.72 | - |
| YUV | 164.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 52 | 0 | 0.28 | 0.76 | 0.14 | 37.86 | 0.71 | 0.53 |
| Hex | DC | 9E | 34 | 0 | 1C | 4C | E | 26 | 47 | 35 |
| Octal | 334 | 236 | 64 | 0 | 34 | 114 | 16 | 46 | 107 | 65 |
| Binary | 11011100 | 10011110 | 110100 | 0 | 11100 | 1001100 | 1110 | 100110 | 1000111 | 110101 |
Color Harmonies of #DC9E34
Complementary color
Monochromatic Colors of #DC9E34
Black with #DC9E34
Text Example
Text Example
White with #DC9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E34; }
p { color: rgb(220,158,52); }
H1.HeaderClassName
{
color: #DC9E34;
}
.AnyTagClassName
{
color: #DC9E34;
}
</style>
background-color css
<style>
a { background-color: #DC9E34; }
a { background-color: rgb(220,158,52); }
div.DivClassName
{
background-color: #DC9E34;
}
.BgClassName
{
background-color: #DC9E34;
}
</style>
border-color css
<style>
span { border-color: #DC9E34; }
span { border-color: rgb(220,158,52); }
td.TdClassName
{
border-color: #DC9E34;
}
.TagClassName
{
border-color: #DC9E34;
}
</style>