Shades of Buttercup #DC8A1B
Tints of Buttercup #DC8A1B
RGB
CMYK
RGB Variations
Color information
#DC8A1B (or 0xDC8A1B) is known color: Buttercup. HEX triplet: DC, 8A and 1B. RGB value is (220,138,27). Sum of RGB (Red+Green+Blue) = 220+138+27=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A1B is #2375E4. Grayscale: #969696. Windows color (decimal): -2323941 or 1805020. OLE color: 1805020.
HSL color Cylindrical-coordinate representation of color #DC8A1B: hue angle of 34.51º 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 #DC8A1B is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 27 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.14 |
| HSL | 34.51º | 0.78% | 0.48% | - |
| HSV(B) | 34.51º | 0.88% | 0.86% | - |
| XYZ | 38.8 | 33.47 | 5.45 | - |
| YUV | 149.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 27 | 0 | 0.37 | 0.88 | 0.14 | 34.51 | 0.78 | 0.48 |
| Hex | DC | 8A | 1B | 0 | 25 | 58 | E | 23 | 4E | 30 |
| Octal | 334 | 212 | 33 | 0 | 45 | 130 | 16 | 43 | 116 | 60 |
| Binary | 11011100 | 10001010 | 11011 | 0 | 100101 | 1011000 | 1110 | 100011 | 1001110 | 110000 |
Color Harmonies of #DC8A1B
Complementary color
Monochromatic Colors of #DC8A1B
Black with #DC8A1B
Text Example
Text Example
White with #DC8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A1B; }
p { color: rgb(220,138,27); }
H1.HeaderClassName
{
color: #DC8A1B;
}
.AnyTagClassName
{
color: #DC8A1B;
}
</style>
background-color css
<style>
a { background-color: #DC8A1B; }
a { background-color: rgb(220,138,27); }
div.DivClassName
{
background-color: #DC8A1B;
}
.BgClassName
{
background-color: #DC8A1B;
}
</style>
border-color css
<style>
span { border-color: #DC8A1B; }
span { border-color: rgb(220,138,27); }
td.TdClassName
{
border-color: #DC8A1B;
}
.TagClassName
{
border-color: #DC8A1B;
}
</style>