Shades of Buttercup #DC9A1E
Tints of Buttercup #DC9A1E
RGB
CMYK
RGB Variations
Color information
#DC9A1E (or 0xDC9A1E) is known color: Buttercup. HEX triplet: DC, 9A and 1E. RGB value is (220,154,30). Sum of RGB (Red+Green+Blue) = 220+154+30=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A1E is #2365E1. Grayscale: #A0A0A0. Windows color (decimal): -2319842 or 2005724. OLE color: 2005724.
HSL color Cylindrical-coordinate representation of color #DC9A1E: hue angle of 39.16º 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 #DC9A1E is Cyan = 0, Magento = 0.3, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 30 | - |
| CMYK | 0 | 0.3 | 0.86 | 0.14 |
| HSL | 39.16º | 0.76% | 0.49% | - |
| HSV(B) | 39.16º | 0.86% | 0.86% | - |
| XYZ | 41.31 | 38.42 | 6.47 | - |
| YUV | 159.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 30 | 0 | 0.3 | 0.86 | 0.14 | 39.16 | 0.76 | 0.49 |
| Hex | DC | 9A | 1E | 0 | 1E | 56 | E | 27 | 4C | 31 |
| Octal | 334 | 232 | 36 | 0 | 36 | 126 | 16 | 47 | 114 | 61 |
| Binary | 11011100 | 10011010 | 11110 | 0 | 11110 | 1010110 | 1110 | 100111 | 1001100 | 110001 |
Color Harmonies of #DC9A1E
Complementary color
Monochromatic Colors of #DC9A1E
Black with #DC9A1E
Text Example
Text Example
White with #DC9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A1E; }
p { color: rgb(220,154,30); }
H1.HeaderClassName
{
color: #DC9A1E;
}
.AnyTagClassName
{
color: #DC9A1E;
}
</style>
background-color css
<style>
a { background-color: #DC9A1E; }
a { background-color: rgb(220,154,30); }
div.DivClassName
{
background-color: #DC9A1E;
}
.BgClassName
{
background-color: #DC9A1E;
}
</style>
border-color css
<style>
span { border-color: #DC9A1E; }
span { border-color: rgb(220,154,30); }
td.TdClassName
{
border-color: #DC9A1E;
}
.TagClassName
{
border-color: #DC9A1E;
}
</style>