Shades of Buttercup #DC9A34
Tints of Buttercup #DC9A34
RGB
CMYK
RGB Variations
Color information
#DC9A34 (or 0xDC9A34) is known color: Buttercup. HEX triplet: DC, 9A and 34. RGB value is (220,154,52). Sum of RGB (Red+Green+Blue) = 220+154+52=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A34 is #2365CB. Grayscale: #A2A2A2. Windows color (decimal): -2319820 or 3447516. OLE color: 3447516.
HSL color Cylindrical-coordinate representation of color #DC9A34: hue angle of 36.43º 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 #DC9A34 is Cyan = 0, Magento = 0.3, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 52 | - |
| CMYK | 0 | 0.3 | 0.76 | 0.14 |
| HSL | 36.43º | 0.71% | 0.53% | - |
| HSV(B) | 36.43º | 0.76% | 0.86% | - |
| XYZ | 41.69 | 38.57 | 8.5 | - |
| YUV | 162.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 52 | 0 | 0.3 | 0.76 | 0.14 | 36.43 | 0.71 | 0.53 |
| Hex | DC | 9A | 34 | 0 | 1E | 4C | E | 24 | 47 | 35 |
| Octal | 334 | 232 | 64 | 0 | 36 | 114 | 16 | 44 | 107 | 65 |
| Binary | 11011100 | 10011010 | 110100 | 0 | 11110 | 1001100 | 1110 | 100100 | 1000111 | 110101 |
Color Harmonies of #DC9A34
Complementary color
Monochromatic Colors of #DC9A34
Black with #DC9A34
Text Example
Text Example
White with #DC9A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A34; }
p { color: rgb(220,154,52); }
H1.HeaderClassName
{
color: #DC9A34;
}
.AnyTagClassName
{
color: #DC9A34;
}
</style>
background-color css
<style>
a { background-color: #DC9A34; }
a { background-color: rgb(220,154,52); }
div.DivClassName
{
background-color: #DC9A34;
}
.BgClassName
{
background-color: #DC9A34;
}
</style>
border-color css
<style>
span { border-color: #DC9A34; }
span { border-color: rgb(220,154,52); }
td.TdClassName
{
border-color: #DC9A34;
}
.TagClassName
{
border-color: #DC9A34;
}
</style>