Shades of Buttercup #DD8A19
Tints of Buttercup #DD8A19
RGB
CMYK
RGB Variations
Color information
#DD8A19 (or 0xDD8A19) is known color: Buttercup. HEX triplet: DD, 8A and 19. RGB value is (221,138,25). Sum of RGB (Red+Green+Blue) = 221+138+25=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A19 is #2275E6. Grayscale: #969696. Windows color (decimal): -2258407 or 1673949. OLE color: 1673949.
HSL color Cylindrical-coordinate representation of color #DD8A19: hue angle of 34.59º 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 #DD8A19 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 25 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.13 |
| HSL | 34.59º | 0.8% | 0.48% | - |
| HSV(B) | 34.59º | 0.89% | 0.87% | - |
| XYZ | 39.08 | 33.62 | 5.35 | - |
| YUV | 149.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 25 | 0 | 0.38 | 0.89 | 0.13 | 34.59 | 0.8 | 0.48 |
| Hex | DD | 8A | 19 | 0 | 26 | 59 | D | 23 | 50 | 30 |
| Octal | 335 | 212 | 31 | 0 | 46 | 131 | 15 | 43 | 120 | 60 |
| Binary | 11011101 | 10001010 | 11001 | 0 | 100110 | 1011001 | 1101 | 100011 | 1010000 | 110000 |
Color Harmonies of #DD8A19
Complementary color
Monochromatic Colors of #DD8A19
Black with #DD8A19
Text Example
Text Example
White with #DD8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A19; }
p { color: rgb(221,138,25); }
H1.HeaderClassName
{
color: #DD8A19;
}
.AnyTagClassName
{
color: #DD8A19;
}
</style>
background-color css
<style>
a { background-color: #DD8A19; }
a { background-color: rgb(221,138,25); }
div.DivClassName
{
background-color: #DD8A19;
}
.BgClassName
{
background-color: #DD8A19;
}
</style>
border-color css
<style>
span { border-color: #DD8A19; }
span { border-color: rgb(221,138,25); }
td.TdClassName
{
border-color: #DD8A19;
}
.TagClassName
{
border-color: #DD8A19;
}
</style>