Shades of Buttercup #DD8F19
Tints of Buttercup #DD8F19
RGB
CMYK
RGB Variations
Color information
#DD8F19 (or 0xDD8F19) is known color: Buttercup. HEX triplet: DD, 8F and 19. RGB value is (221,143,25). Sum of RGB (Red+Green+Blue) = 221+143+25=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F19 is #2270E6. Grayscale: #999999. Windows color (decimal): -2257127 or 1675229. OLE color: 1675229.
HSL color Cylindrical-coordinate representation of color #DD8F19: hue angle of 36.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD8F19 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.13 |
| HSL | 36.12º | 0.8% | 0.48% | - |
| HSV(B) | 36.12º | 0.89% | 0.87% | - |
| XYZ | 39.82 | 35.09 | 5.59 | - |
| YUV | 152.87 | 55.84 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 25 | 0 | 0.35 | 0.89 | 0.13 | 36.12 | 0.8 | 0.48 |
| Hex | DD | 8F | 19 | 0 | 23 | 59 | D | 24 | 50 | 30 |
| Octal | 335 | 217 | 31 | 0 | 43 | 131 | 15 | 44 | 120 | 60 |
| Binary | 11011101 | 10001111 | 11001 | 0 | 100011 | 1011001 | 1101 | 100100 | 1010000 | 110000 |
Color Harmonies of #DD8F19
Complementary color
Monochromatic Colors of #DD8F19
Black with #DD8F19
Text Example
Text Example
White with #DD8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F19; }
p { color: rgb(221,143,25); }
H1.HeaderClassName
{
color: #DD8F19;
}
.AnyTagClassName
{
color: #DD8F19;
}
</style>
background-color css
<style>
a { background-color: #DD8F19; }
a { background-color: rgb(221,143,25); }
div.DivClassName
{
background-color: #DD8F19;
}
.BgClassName
{
background-color: #DD8F19;
}
</style>
border-color css
<style>
span { border-color: #DD8F19; }
span { border-color: rgb(221,143,25); }
td.TdClassName
{
border-color: #DD8F19;
}
.TagClassName
{
border-color: #DD8F19;
}
</style>