Shades of Buttercup #DC8926
Tints of Buttercup #DC8926
RGB
CMYK
RGB Variations
Color information
#DC8926 (or 0xDC8926) is known color: Buttercup. HEX triplet: DC, 89 and 26. RGB value is (220,137,38). Sum of RGB (Red+Green+Blue) = 220+137+38=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8926 is #2376D9. Grayscale: #979797. Windows color (decimal): -2324186 or 2525660. OLE color: 2525660.
HSL color Cylindrical-coordinate representation of color #DC8926: hue angle of 32.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC8926 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 38 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.14 |
| HSL | 32.64º | 0.72% | 0.51% | - |
| HSV(B) | 32.64º | 0.83% | 0.86% | - |
| XYZ | 38.81 | 33.25 | 6.21 | - |
| YUV | 150.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 38 | 0 | 0.38 | 0.83 | 0.14 | 32.64 | 0.72 | 0.51 |
| Hex | DC | 89 | 26 | 0 | 26 | 53 | E | 21 | 48 | 33 |
| Octal | 334 | 211 | 46 | 0 | 46 | 123 | 16 | 41 | 110 | 63 |
| Binary | 11011100 | 10001001 | 100110 | 0 | 100110 | 1010011 | 1110 | 100001 | 1001000 | 110011 |
Color Harmonies of #DC8926
Complementary color
Monochromatic Colors of #DC8926
Black with #DC8926
Text Example
Text Example
White with #DC8926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8926; }
p { color: rgb(220,137,38); }
H1.HeaderClassName
{
color: #DC8926;
}
.AnyTagClassName
{
color: #DC8926;
}
</style>
background-color css
<style>
a { background-color: #DC8926; }
a { background-color: rgb(220,137,38); }
div.DivClassName
{
background-color: #DC8926;
}
.BgClassName
{
background-color: #DC8926;
}
</style>
border-color css
<style>
span { border-color: #DC8926; }
span { border-color: rgb(220,137,38); }
td.TdClassName
{
border-color: #DC8926;
}
.TagClassName
{
border-color: #DC8926;
}
</style>