Shades of Buttercup #DC8525
Tints of Buttercup #DC8525
RGB
CMYK
RGB Variations
Color information
#DC8525 (or 0xDC8525) is known color: Buttercup. HEX triplet: DC, 85 and 25. RGB value is (220,133,37). Sum of RGB (Red+Green+Blue) = 220+133+37=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8525 is #237ADA. Grayscale: #949494. Windows color (decimal): -2325211 or 2459100. OLE color: 2459100.
HSL color Cylindrical-coordinate representation of color #DC8525: hue angle of 31.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC8525 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 37 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.14 |
| HSL | 31.48º | 0.72% | 0.5% | - |
| HSV(B) | 31.48º | 0.83% | 0.86% | - |
| XYZ | 38.24 | 32.12 | 5.94 | - |
| YUV | 148.07 | 65.32 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 37 | 0 | 0.40 | 0.83 | 0.14 | 31.48 | 0.72 | 0.5 |
| Hex | DC | 85 | 25 | 0 | 28 | 53 | E | 1F | 48 | 32 |
| Octal | 334 | 205 | 45 | 0 | 50 | 123 | 16 | 37 | 110 | 62 |
| Binary | 11011100 | 10000101 | 100101 | 0 | 101000 | 1010011 | 1110 | 11111 | 1001000 | 110010 |
Color Harmonies of #DC8525
Complementary color
Monochromatic Colors of #DC8525
Black with #DC8525
Text Example
Text Example
White with #DC8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8525; }
p { color: rgb(220,133,37); }
H1.HeaderClassName
{
color: #DC8525;
}
.AnyTagClassName
{
color: #DC8525;
}
</style>
background-color css
<style>
a { background-color: #DC8525; }
a { background-color: rgb(220,133,37); }
div.DivClassName
{
background-color: #DC8525;
}
.BgClassName
{
background-color: #DC8525;
}
</style>
border-color css
<style>
span { border-color: #DC8525; }
span { border-color: rgb(220,133,37); }
td.TdClassName
{
border-color: #DC8525;
}
.TagClassName
{
border-color: #DC8525;
}
</style>