Shades of Buttercup #DC8A17
Tints of Buttercup #DC8A17
RGB
CMYK
RGB Variations
Color information
#DC8A17 (or 0xDC8A17) is known color: Buttercup. HEX triplet: DC, 8A and 17. RGB value is (220,138,23). Sum of RGB (Red+Green+Blue) = 220+138+23=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A17 is #2375E8. Grayscale: #959595. Windows color (decimal): -2323945 or 1542876. OLE color: 1542876.
HSL color Cylindrical-coordinate representation of color #DC8A17: hue angle of 35.03º 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 #DC8A17 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 23 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.14 |
| HSL | 35.03º | 0.81% | 0.48% | - |
| HSV(B) | 35.03º | 0.9% | 0.86% | - |
| XYZ | 38.76 | 33.45 | 5.23 | - |
| YUV | 149.41 | 56.67 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 23 | 0 | 0.37 | 0.90 | 0.14 | 35.03 | 0.81 | 0.48 |
| Hex | DC | 8A | 17 | 0 | 25 | 5A | E | 23 | 51 | 30 |
| Octal | 334 | 212 | 27 | 0 | 45 | 132 | 16 | 43 | 121 | 60 |
| Binary | 11011100 | 10001010 | 10111 | 0 | 100101 | 1011010 | 1110 | 100011 | 1010001 | 110000 |
Color Harmonies of #DC8A17
Complementary color
Monochromatic Colors of #DC8A17
Black with #DC8A17
Text Example
Text Example
White with #DC8A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A17; }
p { color: rgb(220,138,23); }
H1.HeaderClassName
{
color: #DC8A17;
}
.AnyTagClassName
{
color: #DC8A17;
}
</style>
background-color css
<style>
a { background-color: #DC8A17; }
a { background-color: rgb(220,138,23); }
div.DivClassName
{
background-color: #DC8A17;
}
.BgClassName
{
background-color: #DC8A17;
}
</style>
border-color css
<style>
span { border-color: #DC8A17; }
span { border-color: rgb(220,138,23); }
td.TdClassName
{
border-color: #DC8A17;
}
.TagClassName
{
border-color: #DC8A17;
}
</style>