Shades of Buttercup #DC9735
Tints of Buttercup #DC9735
RGB
CMYK
RGB Variations
Color information
#DC9735 (or 0xDC9735) is known color: Buttercup. HEX triplet: DC, 97 and 35. RGB value is (220,151,53). Sum of RGB (Red+Green+Blue) = 220+151+53=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9735 is #2368CA. Grayscale: #A0A0A0. Windows color (decimal): -2320587 or 3512284. OLE color: 3512284.
HSL color Cylindrical-coordinate representation of color #DC9735: hue angle of 35.21º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC9735 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 53 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.14 |
| HSL | 35.21º | 0.7% | 0.54% | - |
| HSV(B) | 35.21º | 0.76% | 0.86% | - |
| XYZ | 41.22 | 37.61 | 8.45 | - |
| YUV | 160.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 53 | 0 | 0.31 | 0.76 | 0.14 | 35.21 | 0.7 | 0.54 |
| Hex | DC | 97 | 35 | 0 | 1F | 4C | E | 23 | 46 | 36 |
| Octal | 334 | 227 | 65 | 0 | 37 | 114 | 16 | 43 | 106 | 66 |
| Binary | 11011100 | 10010111 | 110101 | 0 | 11111 | 1001100 | 1110 | 100011 | 1000110 | 110110 |
Color Harmonies of #DC9735
Complementary color
Monochromatic Colors of #DC9735
Black with #DC9735
Text Example
Text Example
White with #DC9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9735; }
p { color: rgb(220,151,53); }
H1.HeaderClassName
{
color: #DC9735;
}
.AnyTagClassName
{
color: #DC9735;
}
</style>
background-color css
<style>
a { background-color: #DC9735; }
a { background-color: rgb(220,151,53); }
div.DivClassName
{
background-color: #DC9735;
}
.BgClassName
{
background-color: #DC9735;
}
</style>
border-color css
<style>
span { border-color: #DC9735; }
span { border-color: rgb(220,151,53); }
td.TdClassName
{
border-color: #DC9735;
}
.TagClassName
{
border-color: #DC9735;
}
</style>