Shades of Buttercup #DD9C25
Tints of Buttercup #DD9C25
RGB
CMYK
RGB Variations
Color information
#DD9C25 (or 0xDD9C25) is known color: Buttercup. HEX triplet: DD, 9C and 25. RGB value is (221,156,37). Sum of RGB (Red+Green+Blue) = 221+156+37=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C25 is #2263DA. Grayscale: #A2A2A2. Windows color (decimal): -2253787 or 2464989. OLE color: 2464989.
HSL color Cylindrical-coordinate representation of color #DD9C25: hue angle of 38.8º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD9C25 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 37 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.13 |
| HSL | 38.8º | 0.73% | 0.51% | - |
| HSV(B) | 38.8º | 0.83% | 0.87% | - |
| XYZ | 42.04 | 39.28 | 7.12 | - |
| YUV | 161.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 37 | 0 | 0.29 | 0.83 | 0.13 | 38.8 | 0.73 | 0.51 |
| Hex | DD | 9C | 25 | 0 | 1D | 53 | D | 27 | 49 | 33 |
| Octal | 335 | 234 | 45 | 0 | 35 | 123 | 15 | 47 | 111 | 63 |
| Binary | 11011101 | 10011100 | 100101 | 0 | 11101 | 1010011 | 1101 | 100111 | 1001001 | 110011 |
Color Harmonies of #DD9C25
Complementary color
Monochromatic Colors of #DD9C25
Black with #DD9C25
Text Example
Text Example
White with #DD9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C25; }
p { color: rgb(221,156,37); }
H1.HeaderClassName
{
color: #DD9C25;
}
.AnyTagClassName
{
color: #DD9C25;
}
</style>
background-color css
<style>
a { background-color: #DD9C25; }
a { background-color: rgb(221,156,37); }
div.DivClassName
{
background-color: #DD9C25;
}
.BgClassName
{
background-color: #DD9C25;
}
</style>
border-color css
<style>
span { border-color: #DD9C25; }
span { border-color: rgb(221,156,37); }
td.TdClassName
{
border-color: #DD9C25;
}
.TagClassName
{
border-color: #DD9C25;
}
</style>