Shades of Buttercup #DC9B34
Tints of Buttercup #DC9B34
RGB
CMYK
RGB Variations
Color information
#DC9B34 (or 0xDC9B34) is known color: Buttercup. HEX triplet: DC, 9B and 34. RGB value is (220,155,52). Sum of RGB (Red+Green+Blue) = 220+155+52=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B34 is #2364CB. Grayscale: #A3A3A3. Windows color (decimal): -2319564 or 3447772. OLE color: 3447772.
HSL color Cylindrical-coordinate representation of color #DC9B34: hue angle of 36.79º 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 #DC9B34 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 52 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.14 |
| HSL | 36.79º | 0.71% | 0.53% | - |
| HSV(B) | 36.79º | 0.76% | 0.86% | - |
| XYZ | 41.86 | 38.91 | 8.55 | - |
| YUV | 162.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 52 | 0 | 0.30 | 0.76 | 0.14 | 36.79 | 0.71 | 0.53 |
| Hex | DC | 9B | 34 | 0 | 1E | 4C | E | 25 | 47 | 35 |
| Octal | 334 | 233 | 64 | 0 | 36 | 114 | 16 | 45 | 107 | 65 |
| Binary | 11011100 | 10011011 | 110100 | 0 | 11110 | 1001100 | 1110 | 100101 | 1000111 | 110101 |
Color Harmonies of #DC9B34
Complementary color
Monochromatic Colors of #DC9B34
Black with #DC9B34
Text Example
Text Example
White with #DC9B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B34; }
p { color: rgb(220,155,52); }
H1.HeaderClassName
{
color: #DC9B34;
}
.AnyTagClassName
{
color: #DC9B34;
}
</style>
background-color css
<style>
a { background-color: #DC9B34; }
a { background-color: rgb(220,155,52); }
div.DivClassName
{
background-color: #DC9B34;
}
.BgClassName
{
background-color: #DC9B34;
}
</style>
border-color css
<style>
span { border-color: #DC9B34; }
span { border-color: rgb(220,155,52); }
td.TdClassName
{
border-color: #DC9B34;
}
.TagClassName
{
border-color: #DC9B34;
}
</style>