Shades of Buttercup #DC8B25
Tints of Buttercup #DC8B25
RGB
CMYK
RGB Variations
Color information
#DC8B25 (or 0xDC8B25) is known color: Buttercup. HEX triplet: DC, 8B and 25. RGB value is (220,139,37). Sum of RGB (Red+Green+Blue) = 220+139+37=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B25 is #2374DA. Grayscale: #989898. Windows color (decimal): -2323675 or 2460636. OLE color: 2460636.
HSL color Cylindrical-coordinate representation of color #DC8B25: hue angle of 33.44º 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 #DC8B25 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 37 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.14 |
| HSL | 33.44º | 0.72% | 0.5% | - |
| HSV(B) | 33.44º | 0.83% | 0.86% | - |
| XYZ | 39.08 | 33.81 | 6.22 | - |
| YUV | 151.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 37 | 0 | 0.37 | 0.83 | 0.14 | 33.44 | 0.72 | 0.5 |
| Hex | DC | 8B | 25 | 0 | 25 | 53 | E | 21 | 48 | 32 |
| Octal | 334 | 213 | 45 | 0 | 45 | 123 | 16 | 41 | 110 | 62 |
| Binary | 11011100 | 10001011 | 100101 | 0 | 100101 | 1010011 | 1110 | 100001 | 1001000 | 110010 |
Color Harmonies of #DC8B25
Complementary color
Monochromatic Colors of #DC8B25
Black with #DC8B25
Text Example
Text Example
White with #DC8B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B25; }
p { color: rgb(220,139,37); }
H1.HeaderClassName
{
color: #DC8B25;
}
.AnyTagClassName
{
color: #DC8B25;
}
</style>
background-color css
<style>
a { background-color: #DC8B25; }
a { background-color: rgb(220,139,37); }
div.DivClassName
{
background-color: #DC8B25;
}
.BgClassName
{
background-color: #DC8B25;
}
</style>
border-color css
<style>
span { border-color: #DC8B25; }
span { border-color: rgb(220,139,37); }
td.TdClassName
{
border-color: #DC8B25;
}
.TagClassName
{
border-color: #DC8B25;
}
</style>