Shades of Buttercup #DC8F1E
Tints of Buttercup #DC8F1E
RGB
CMYK
RGB Variations
Color information
#DC8F1E (or 0xDC8F1E) is known color: Buttercup. HEX triplet: DC, 8F and 1E. RGB value is (220,143,30). Sum of RGB (Red+Green+Blue) = 220+143+30=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F1E is #2370E1. Grayscale: #999999. Windows color (decimal): -2322658 or 2002908. OLE color: 2002908.
HSL color Cylindrical-coordinate representation of color #DC8F1E: hue angle of 35.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC8F1E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 30 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.14 |
| HSL | 35.68º | 0.76% | 0.49% | - |
| HSV(B) | 35.68º | 0.86% | 0.86% | - |
| XYZ | 39.57 | 34.95 | 5.89 | - |
| YUV | 153.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 30 | 0 | 0.35 | 0.86 | 0.14 | 35.68 | 0.76 | 0.49 |
| Hex | DC | 8F | 1E | 0 | 23 | 56 | E | 24 | 4C | 31 |
| Octal | 334 | 217 | 36 | 0 | 43 | 126 | 16 | 44 | 114 | 61 |
| Binary | 11011100 | 10001111 | 11110 | 0 | 100011 | 1010110 | 1110 | 100100 | 1001100 | 110001 |
Color Harmonies of #DC8F1E
Complementary color
Monochromatic Colors of #DC8F1E
Black with #DC8F1E
Text Example
Text Example
White with #DC8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F1E; }
p { color: rgb(220,143,30); }
H1.HeaderClassName
{
color: #DC8F1E;
}
.AnyTagClassName
{
color: #DC8F1E;
}
</style>
background-color css
<style>
a { background-color: #DC8F1E; }
a { background-color: rgb(220,143,30); }
div.DivClassName
{
background-color: #DC8F1E;
}
.BgClassName
{
background-color: #DC8F1E;
}
</style>
border-color css
<style>
span { border-color: #DC8F1E; }
span { border-color: rgb(220,143,30); }
td.TdClassName
{
border-color: #DC8F1E;
}
.TagClassName
{
border-color: #DC8F1E;
}
</style>