Shades of Buttercup #DC9125
Tints of Buttercup #DC9125
RGB
CMYK
RGB Variations
Color information
#DC9125 (or 0xDC9125) is known color: Buttercup. HEX triplet: DC, 91 and 25. RGB value is (220,145,37). Sum of RGB (Red+Green+Blue) = 220+145+37=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9125 is #236EDA. Grayscale: #9B9B9B. Windows color (decimal): -2322139 or 2462172. OLE color: 2462172.
HSL color Cylindrical-coordinate representation of color #DC9125: hue angle of 35.41º 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 #DC9125 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 37 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.14 |
| HSL | 35.41º | 0.72% | 0.5% | - |
| HSV(B) | 35.41º | 0.83% | 0.86% | - |
| XYZ | 39.97 | 35.6 | 6.51 | - |
| YUV | 155.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 37 | 0 | 0.34 | 0.83 | 0.14 | 35.41 | 0.72 | 0.5 |
| Hex | DC | 91 | 25 | 0 | 22 | 53 | E | 23 | 48 | 32 |
| Octal | 334 | 221 | 45 | 0 | 42 | 123 | 16 | 43 | 110 | 62 |
| Binary | 11011100 | 10010001 | 100101 | 0 | 100010 | 1010011 | 1110 | 100011 | 1001000 | 110010 |
Color Harmonies of #DC9125
Complementary color
Monochromatic Colors of #DC9125
Black with #DC9125
Text Example
Text Example
White with #DC9125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9125; }
p { color: rgb(220,145,37); }
H1.HeaderClassName
{
color: #DC9125;
}
.AnyTagClassName
{
color: #DC9125;
}
</style>
background-color css
<style>
a { background-color: #DC9125; }
a { background-color: rgb(220,145,37); }
div.DivClassName
{
background-color: #DC9125;
}
.BgClassName
{
background-color: #DC9125;
}
</style>
border-color css
<style>
span { border-color: #DC9125; }
span { border-color: rgb(220,145,37); }
td.TdClassName
{
border-color: #DC9125;
}
.TagClassName
{
border-color: #DC9125;
}
</style>