Shades of Buttercup #DC9127
Tints of Buttercup #DC9127
RGB
CMYK
RGB Variations
Color information
#DC9127 (or 0xDC9127) is known color: Buttercup. HEX triplet: DC, 91 and 27. RGB value is (220,145,39). Sum of RGB (Red+Green+Blue) = 220+145+39=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9127 is #236ED8. Grayscale: #9B9B9B. Windows color (decimal): -2322137 or 2593244. OLE color: 2593244.
HSL color Cylindrical-coordinate representation of color #DC9127: hue angle of 35.14º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC9127 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 39 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.14 |
| HSL | 35.14º | 0.72% | 0.51% | - |
| HSV(B) | 35.14º | 0.82% | 0.86% | - |
| XYZ | 40.01 | 35.61 | 6.68 | - |
| YUV | 155.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 39 | 0 | 0.34 | 0.82 | 0.14 | 35.14 | 0.72 | 0.51 |
| Hex | DC | 91 | 27 | 0 | 22 | 52 | E | 23 | 48 | 33 |
| Octal | 334 | 221 | 47 | 0 | 42 | 122 | 16 | 43 | 110 | 63 |
| Binary | 11011100 | 10010001 | 100111 | 0 | 100010 | 1010010 | 1110 | 100011 | 1001000 | 110011 |
Color Harmonies of #DC9127
Complementary color
Monochromatic Colors of #DC9127
Black with #DC9127
Text Example
Text Example
White with #DC9127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9127; }
p { color: rgb(220,145,39); }
H1.HeaderClassName
{
color: #DC9127;
}
.AnyTagClassName
{
color: #DC9127;
}
</style>
background-color css
<style>
a { background-color: #DC9127; }
a { background-color: rgb(220,145,39); }
div.DivClassName
{
background-color: #DC9127;
}
.BgClassName
{
background-color: #DC9127;
}
</style>
border-color css
<style>
span { border-color: #DC9127; }
span { border-color: rgb(220,145,39); }
td.TdClassName
{
border-color: #DC9127;
}
.TagClassName
{
border-color: #DC9127;
}
</style>