Shades of Buttercup #DC8A18
Tints of Buttercup #DC8A18
RGB
CMYK
RGB Variations
Color information
#DC8A18 (or 0xDC8A18) is known color: Buttercup. HEX triplet: DC, 8A and 18. RGB value is (220,138,24). Sum of RGB (Red+Green+Blue) = 220+138+24=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A18 is #2375E7. Grayscale: #969696. Windows color (decimal): -2323944 or 1608412. OLE color: 1608412.
HSL color Cylindrical-coordinate representation of color #DC8A18: hue angle of 34.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC8A18 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 24 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.14 |
| HSL | 34.9º | 0.8% | 0.48% | - |
| HSV(B) | 34.9º | 0.89% | 0.86% | - |
| XYZ | 38.77 | 33.46 | 5.28 | - |
| YUV | 149.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 24 | 0 | 0.37 | 0.89 | 0.14 | 34.9 | 0.8 | 0.48 |
| Hex | DC | 8A | 18 | 0 | 25 | 59 | E | 23 | 50 | 30 |
| Octal | 334 | 212 | 30 | 0 | 45 | 131 | 16 | 43 | 120 | 60 |
| Binary | 11011100 | 10001010 | 11000 | 0 | 100101 | 1011001 | 1110 | 100011 | 1010000 | 110000 |
Color Harmonies of #DC8A18
Complementary color
Monochromatic Colors of #DC8A18
Black with #DC8A18
Text Example
Text Example
White with #DC8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A18; }
p { color: rgb(220,138,24); }
H1.HeaderClassName
{
color: #DC8A18;
}
.AnyTagClassName
{
color: #DC8A18;
}
</style>
background-color css
<style>
a { background-color: #DC8A18; }
a { background-color: rgb(220,138,24); }
div.DivClassName
{
background-color: #DC8A18;
}
.BgClassName
{
background-color: #DC8A18;
}
</style>
border-color css
<style>
span { border-color: #DC8A18; }
span { border-color: rgb(220,138,24); }
td.TdClassName
{
border-color: #DC8A18;
}
.TagClassName
{
border-color: #DC8A18;
}
</style>