Shades of Buttercup #DC9A35
Tints of Buttercup #DC9A35
RGB
CMYK
RGB Variations
Color information
#DC9A35 (or 0xDC9A35) is known color: Buttercup. HEX triplet: DC, 9A and 35. RGB value is (220,154,53). Sum of RGB (Red+Green+Blue) = 220+154+53=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A35 is #2365CA. Grayscale: #A2A2A2. Windows color (decimal): -2319819 or 3513052. OLE color: 3513052.
HSL color Cylindrical-coordinate representation of color #DC9A35: hue angle of 36.29º 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 #DC9A35 is Cyan = 0, Magento = 0.3, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 53 | - |
| CMYK | 0 | 0.3 | 0.76 | 0.14 |
| HSL | 36.29º | 0.7% | 0.54% | - |
| HSV(B) | 36.29º | 0.76% | 0.86% | - |
| XYZ | 41.71 | 38.58 | 8.62 | - |
| YUV | 162.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 53 | 0 | 0.3 | 0.76 | 0.14 | 36.29 | 0.7 | 0.54 |
| Hex | DC | 9A | 35 | 0 | 1E | 4C | E | 24 | 46 | 36 |
| Octal | 334 | 232 | 65 | 0 | 36 | 114 | 16 | 44 | 106 | 66 |
| Binary | 11011100 | 10011010 | 110101 | 0 | 11110 | 1001100 | 1110 | 100100 | 1000110 | 110110 |
Color Harmonies of #DC9A35
Complementary color
Monochromatic Colors of #DC9A35
Black with #DC9A35
Text Example
Text Example
White with #DC9A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A35; }
p { color: rgb(220,154,53); }
H1.HeaderClassName
{
color: #DC9A35;
}
.AnyTagClassName
{
color: #DC9A35;
}
</style>
background-color css
<style>
a { background-color: #DC9A35; }
a { background-color: rgb(220,154,53); }
div.DivClassName
{
background-color: #DC9A35;
}
.BgClassName
{
background-color: #DC9A35;
}
</style>
border-color css
<style>
span { border-color: #DC9A35; }
span { border-color: rgb(220,154,53); }
td.TdClassName
{
border-color: #DC9A35;
}
.TagClassName
{
border-color: #DC9A35;
}
</style>