Shades of Buttercup #DC8819
Tints of Buttercup #DC8819
RGB
CMYK
RGB Variations
Color information
#DC8819 (or 0xDC8819) is known color: Buttercup. HEX triplet: DC, 88 and 19. RGB value is (220,136,25). Sum of RGB (Red+Green+Blue) = 220+136+25=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8819 is #2377E6. Grayscale: #949494. Windows color (decimal): -2324455 or 1673436. OLE color: 1673436.
HSL color Cylindrical-coordinate representation of color #DC8819: hue angle of 34.15º 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 #DC8819 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 25 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.14 |
| HSL | 34.15º | 0.8% | 0.48% | - |
| HSV(B) | 34.15º | 0.89% | 0.86% | - |
| XYZ | 38.49 | 32.89 | 5.24 | - |
| YUV | 148.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 25 | 0 | 0.38 | 0.89 | 0.14 | 34.15 | 0.8 | 0.48 |
| Hex | DC | 88 | 19 | 0 | 26 | 59 | E | 22 | 50 | 30 |
| Octal | 334 | 210 | 31 | 0 | 46 | 131 | 16 | 42 | 120 | 60 |
| Binary | 11011100 | 10001000 | 11001 | 0 | 100110 | 1011001 | 1110 | 100010 | 1010000 | 110000 |
Color Harmonies of #DC8819
Complementary color
Monochromatic Colors of #DC8819
Black with #DC8819
Text Example
Text Example
White with #DC8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8819; }
p { color: rgb(220,136,25); }
H1.HeaderClassName
{
color: #DC8819;
}
.AnyTagClassName
{
color: #DC8819;
}
</style>
background-color css
<style>
a { background-color: #DC8819; }
a { background-color: rgb(220,136,25); }
div.DivClassName
{
background-color: #DC8819;
}
.BgClassName
{
background-color: #DC8819;
}
</style>
border-color css
<style>
span { border-color: #DC8819; }
span { border-color: rgb(220,136,25); }
td.TdClassName
{
border-color: #DC8819;
}
.TagClassName
{
border-color: #DC8819;
}
</style>