Shades of Buttercup #DC8C19
Tints of Buttercup #DC8C19
RGB
CMYK
RGB Variations
Color information
#DC8C19 (or 0xDC8C19) is known color: Buttercup. HEX triplet: DC, 8C and 19. RGB value is (220,140,25). Sum of RGB (Red+Green+Blue) = 220+140+25=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8C19 is #2373E6. Grayscale: #979797. Windows color (decimal): -2323431 or 1674460. OLE color: 1674460.
HSL color Cylindrical-coordinate representation of color #DC8C19: hue angle of 35.38º 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 #DC8C19 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 25 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.14 |
| HSL | 35.38º | 0.8% | 0.48% | - |
| HSV(B) | 35.38º | 0.89% | 0.86% | - |
| XYZ | 39.07 | 34.04 | 5.43 | - |
| YUV | 150.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 25 | 0 | 0.36 | 0.89 | 0.14 | 35.38 | 0.8 | 0.48 |
| Hex | DC | 8C | 19 | 0 | 24 | 59 | E | 23 | 50 | 30 |
| Octal | 334 | 214 | 31 | 0 | 44 | 131 | 16 | 43 | 120 | 60 |
| Binary | 11011100 | 10001100 | 11001 | 0 | 100100 | 1011001 | 1110 | 100011 | 1010000 | 110000 |
Color Harmonies of #DC8C19
Complementary color
Monochromatic Colors of #DC8C19
Black with #DC8C19
Text Example
Text Example
White with #DC8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C19; }
p { color: rgb(220,140,25); }
H1.HeaderClassName
{
color: #DC8C19;
}
.AnyTagClassName
{
color: #DC8C19;
}
</style>
background-color css
<style>
a { background-color: #DC8C19; }
a { background-color: rgb(220,140,25); }
div.DivClassName
{
background-color: #DC8C19;
}
.BgClassName
{
background-color: #DC8C19;
}
</style>
border-color css
<style>
span { border-color: #DC8C19; }
span { border-color: rgb(220,140,25); }
td.TdClassName
{
border-color: #DC8C19;
}
.TagClassName
{
border-color: #DC8C19;
}
</style>