Shades of Buttercup #DC8B17
Tints of Buttercup #DC8B17
RGB
CMYK
RGB Variations
Color information
#DC8B17 (or 0xDC8B17) is known color: Buttercup. HEX triplet: DC, 8B and 17. RGB value is (220,139,23). Sum of RGB (Red+Green+Blue) = 220+139+23=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8B17 is #2374E8. Grayscale: #969696. Windows color (decimal): -2323689 or 1543132. OLE color: 1543132.
HSL color Cylindrical-coordinate representation of color #DC8B17: hue angle of 35.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8B17 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 23 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.14 |
| HSL | 35.33º | 0.81% | 0.48% | - |
| HSV(B) | 35.33º | 0.9% | 0.86% | - |
| XYZ | 38.9 | 33.74 | 5.27 | - |
| YUV | 150 | 56.34 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 23 | 0 | 0.37 | 0.90 | 0.14 | 35.33 | 0.81 | 0.48 |
| Hex | DC | 8B | 17 | 0 | 25 | 5A | E | 23 | 51 | 30 |
| Octal | 334 | 213 | 27 | 0 | 45 | 132 | 16 | 43 | 121 | 60 |
| Binary | 11011100 | 10001011 | 10111 | 0 | 100101 | 1011010 | 1110 | 100011 | 1010001 | 110000 |
Color Harmonies of #DC8B17
Complementary color
Monochromatic Colors of #DC8B17
Black with #DC8B17
Text Example
Text Example
White with #DC8B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B17; }
p { color: rgb(220,139,23); }
H1.HeaderClassName
{
color: #DC8B17;
}
.AnyTagClassName
{
color: #DC8B17;
}
</style>
background-color css
<style>
a { background-color: #DC8B17; }
a { background-color: rgb(220,139,23); }
div.DivClassName
{
background-color: #DC8B17;
}
.BgClassName
{
background-color: #DC8B17;
}
</style>
border-color css
<style>
span { border-color: #DC8B17; }
span { border-color: rgb(220,139,23); }
td.TdClassName
{
border-color: #DC8B17;
}
.TagClassName
{
border-color: #DC8B17;
}
</style>