Shades of Buttercup #DC9925
Tints of Buttercup #DC9925
RGB
CMYK
RGB Variations
Color information
#DC9925 (or 0xDC9925) is known color: Buttercup. HEX triplet: DC, 99 and 25. RGB value is (220,153,37). Sum of RGB (Red+Green+Blue) = 220+153+37=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9925 is #2366DA. Grayscale: #A0A0A0. Windows color (decimal): -2320091 or 2464220. OLE color: 2464220.
HSL color Cylindrical-coordinate representation of color #DC9925: hue angle of 38.03º 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 #DC9925 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 37 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.14 |
| HSL | 38.03º | 0.72% | 0.5% | - |
| HSV(B) | 38.03º | 0.83% | 0.86% | - |
| XYZ | 41.24 | 38.13 | 6.94 | - |
| YUV | 159.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 37 | 0 | 0.30 | 0.83 | 0.14 | 38.03 | 0.72 | 0.5 |
| Hex | DC | 99 | 25 | 0 | 1E | 53 | E | 26 | 48 | 32 |
| Octal | 334 | 231 | 45 | 0 | 36 | 123 | 16 | 46 | 110 | 62 |
| Binary | 11011100 | 10011001 | 100101 | 0 | 11110 | 1010011 | 1110 | 100110 | 1001000 | 110010 |
Color Harmonies of #DC9925
Complementary color
Monochromatic Colors of #DC9925
Black with #DC9925
Text Example
Text Example
White with #DC9925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9925; }
p { color: rgb(220,153,37); }
H1.HeaderClassName
{
color: #DC9925;
}
.AnyTagClassName
{
color: #DC9925;
}
</style>
background-color css
<style>
a { background-color: #DC9925; }
a { background-color: rgb(220,153,37); }
div.DivClassName
{
background-color: #DC9925;
}
.BgClassName
{
background-color: #DC9925;
}
</style>
border-color css
<style>
span { border-color: #DC9925; }
span { border-color: rgb(220,153,37); }
td.TdClassName
{
border-color: #DC9925;
}
.TagClassName
{
border-color: #DC9925;
}
</style>