Shades of Buttercup #DC8C1A
Tints of Buttercup #DC8C1A
RGB
CMYK
RGB Variations
Color information
#DC8C1A (or 0xDC8C1A) is known color: Buttercup. HEX triplet: DC, 8C and 1A. RGB value is (220,140,26). Sum of RGB (Red+Green+Blue) = 220+140+26=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C1A is #2373E5. Grayscale: #979797. Windows color (decimal): -2323430 or 1739996. OLE color: 1739996.
HSL color Cylindrical-coordinate representation of color #DC8C1A: hue angle of 35.26º degrees, saturation: 0.79, 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 #DC8C1A is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 26 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.14 |
| HSL | 35.26º | 0.79% | 0.48% | - |
| HSV(B) | 35.26º | 0.88% | 0.86% | - |
| XYZ | 39.08 | 34.05 | 5.49 | - |
| YUV | 150.92 | 57.5 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 26 | 0 | 0.36 | 0.88 | 0.14 | 35.26 | 0.79 | 0.48 |
| Hex | DC | 8C | 1A | 0 | 24 | 58 | E | 23 | 4F | 30 |
| Octal | 334 | 214 | 32 | 0 | 44 | 130 | 16 | 43 | 117 | 60 |
| Binary | 11011100 | 10001100 | 11010 | 0 | 100100 | 1011000 | 1110 | 100011 | 1001111 | 110000 |
Color Harmonies of #DC8C1A
Complementary color
Monochromatic Colors of #DC8C1A
Black with #DC8C1A
Text Example
Text Example
White with #DC8C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C1A; }
p { color: rgb(220,140,26); }
H1.HeaderClassName
{
color: #DC8C1A;
}
.AnyTagClassName
{
color: #DC8C1A;
}
</style>
background-color css
<style>
a { background-color: #DC8C1A; }
a { background-color: rgb(220,140,26); }
div.DivClassName
{
background-color: #DC8C1A;
}
.BgClassName
{
background-color: #DC8C1A;
}
</style>
border-color css
<style>
span { border-color: #DC8C1A; }
span { border-color: rgb(220,140,26); }
td.TdClassName
{
border-color: #DC8C1A;
}
.TagClassName
{
border-color: #DC8C1A;
}
</style>