Shades of Buttercup #DC9434
Tints of Buttercup #DC9434
RGB
CMYK
RGB Variations
Color information
#DC9434 (or 0xDC9434) is known color: Buttercup. HEX triplet: DC, 94 and 34. RGB value is (220,148,52). Sum of RGB (Red+Green+Blue) = 220+148+52=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9434 is #236BCB. Grayscale: #9F9F9F. Windows color (decimal): -2321356 or 3445980. OLE color: 3445980.
HSL color Cylindrical-coordinate representation of color #DC9434: hue angle of 34.29º 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 #DC9434 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 52 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.14 |
| HSL | 34.29º | 0.71% | 0.53% | - |
| HSV(B) | 34.29º | 0.76% | 0.86% | - |
| XYZ | 40.72 | 36.64 | 8.18 | - |
| YUV | 158.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 52 | 0 | 0.33 | 0.76 | 0.14 | 34.29 | 0.71 | 0.53 |
| Hex | DC | 94 | 34 | 0 | 21 | 4C | E | 22 | 47 | 35 |
| Octal | 334 | 224 | 64 | 0 | 41 | 114 | 16 | 42 | 107 | 65 |
| Binary | 11011100 | 10010100 | 110100 | 0 | 100001 | 1001100 | 1110 | 100010 | 1000111 | 110101 |
Color Harmonies of #DC9434
Complementary color
Monochromatic Colors of #DC9434
Black with #DC9434
Text Example
Text Example
White with #DC9434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9434; }
p { color: rgb(220,148,52); }
H1.HeaderClassName
{
color: #DC9434;
}
.AnyTagClassName
{
color: #DC9434;
}
</style>
background-color css
<style>
a { background-color: #DC9434; }
a { background-color: rgb(220,148,52); }
div.DivClassName
{
background-color: #DC9434;
}
.BgClassName
{
background-color: #DC9434;
}
</style>
border-color css
<style>
span { border-color: #DC9434; }
span { border-color: rgb(220,148,52); }
td.TdClassName
{
border-color: #DC9434;
}
.TagClassName
{
border-color: #DC9434;
}
</style>