Shades of Buttercup #DC8C1B
Tints of Buttercup #DC8C1B
RGB
CMYK
RGB Variations
Color information
#DC8C1B (or 0xDC8C1B) is known color: Buttercup. HEX triplet: DC, 8C and 1B. RGB value is (220,140,27). Sum of RGB (Red+Green+Blue) = 220+140+27=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C1B is #2373E4. Grayscale: #979797. Windows color (decimal): -2323429 or 1805532. OLE color: 1805532.
HSL color Cylindrical-coordinate representation of color #DC8C1B: hue angle of 35.13º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC8C1B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 27 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.14 |
| HSL | 35.13º | 0.78% | 0.48% | - |
| HSV(B) | 35.13º | 0.88% | 0.86% | - |
| XYZ | 39.09 | 34.05 | 5.55 | - |
| YUV | 151.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 27 | 0 | 0.36 | 0.88 | 0.14 | 35.13 | 0.78 | 0.48 |
| Hex | DC | 8C | 1B | 0 | 24 | 58 | E | 23 | 4E | 30 |
| Octal | 334 | 214 | 33 | 0 | 44 | 130 | 16 | 43 | 116 | 60 |
| Binary | 11011100 | 10001100 | 11011 | 0 | 100100 | 1011000 | 1110 | 100011 | 1001110 | 110000 |
Color Harmonies of #DC8C1B
Complementary color
Monochromatic Colors of #DC8C1B
Black with #DC8C1B
Text Example
Text Example
White with #DC8C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C1B; }
p { color: rgb(220,140,27); }
H1.HeaderClassName
{
color: #DC8C1B;
}
.AnyTagClassName
{
color: #DC8C1B;
}
</style>
background-color css
<style>
a { background-color: #DC8C1B; }
a { background-color: rgb(220,140,27); }
div.DivClassName
{
background-color: #DC8C1B;
}
.BgClassName
{
background-color: #DC8C1B;
}
</style>
border-color css
<style>
span { border-color: #DC8C1B; }
span { border-color: rgb(220,140,27); }
td.TdClassName
{
border-color: #DC8C1B;
}
.TagClassName
{
border-color: #DC8C1B;
}
</style>