Shades of Buttercup #DD8F25
Tints of Buttercup #DD8F25
RGB
CMYK
RGB Variations
Color information
#DD8F25 (or 0xDD8F25) is known color: Buttercup. HEX triplet: DD, 8F and 25. RGB value is (221,143,37). Sum of RGB (Red+Green+Blue) = 221+143+37=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F25 is #2270DA. Grayscale: #9A9A9A. Windows color (decimal): -2257115 or 2461661. OLE color: 2461661.
HSL color Cylindrical-coordinate representation of color #DD8F25: hue angle of 34.57º 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 #DD8F25 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 37 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.13 |
| HSL | 34.57º | 0.73% | 0.51% | - |
| HSV(B) | 34.57º | 0.83% | 0.87% | - |
| XYZ | 39.98 | 35.15 | 6.43 | - |
| YUV | 154.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 37 | 0 | 0.35 | 0.83 | 0.13 | 34.57 | 0.73 | 0.51 |
| Hex | DD | 8F | 25 | 0 | 23 | 53 | D | 23 | 49 | 33 |
| Octal | 335 | 217 | 45 | 0 | 43 | 123 | 15 | 43 | 111 | 63 |
| Binary | 11011101 | 10001111 | 100101 | 0 | 100011 | 1010011 | 1101 | 100011 | 1001001 | 110011 |
Color Harmonies of #DD8F25
Complementary color
Monochromatic Colors of #DD8F25
Black with #DD8F25
Text Example
Text Example
White with #DD8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F25; }
p { color: rgb(221,143,37); }
H1.HeaderClassName
{
color: #DD8F25;
}
.AnyTagClassName
{
color: #DD8F25;
}
</style>
background-color css
<style>
a { background-color: #DD8F25; }
a { background-color: rgb(221,143,37); }
div.DivClassName
{
background-color: #DD8F25;
}
.BgClassName
{
background-color: #DD8F25;
}
</style>
border-color css
<style>
span { border-color: #DD8F25; }
span { border-color: rgb(221,143,37); }
td.TdClassName
{
border-color: #DD8F25;
}
.TagClassName
{
border-color: #DD8F25;
}
</style>