Shades of Buttercup #DD8C18
Tints of Buttercup #DD8C18
RGB
CMYK
RGB Variations
Color information
#DD8C18 (or 0xDD8C18) is known color: Buttercup. HEX triplet: DD, 8C and 18. RGB value is (221,140,24). Sum of RGB (Red+Green+Blue) = 221+140+24=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C18 is #2273E7. Grayscale: #979797. Windows color (decimal): -2257896 or 1608925. OLE color: 1608925.
HSL color Cylindrical-coordinate representation of color #DD8C18: hue angle of 35.33º 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 #DD8C18 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 24 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.13 |
| HSL | 35.33º | 0.8% | 0.48% | - |
| HSV(B) | 35.33º | 0.89% | 0.87% | - |
| XYZ | 39.36 | 34.19 | 5.39 | - |
| YUV | 151 | 56.34 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 24 | 0 | 0.37 | 0.89 | 0.13 | 35.33 | 0.8 | 0.48 |
| Hex | DD | 8C | 18 | 0 | 25 | 59 | D | 23 | 50 | 30 |
| Octal | 335 | 214 | 30 | 0 | 45 | 131 | 15 | 43 | 120 | 60 |
| Binary | 11011101 | 10001100 | 11000 | 0 | 100101 | 1011001 | 1101 | 100011 | 1010000 | 110000 |
Color Harmonies of #DD8C18
Complementary color
Monochromatic Colors of #DD8C18
Black with #DD8C18
Text Example
Text Example
White with #DD8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C18; }
p { color: rgb(221,140,24); }
H1.HeaderClassName
{
color: #DD8C18;
}
.AnyTagClassName
{
color: #DD8C18;
}
</style>
background-color css
<style>
a { background-color: #DD8C18; }
a { background-color: rgb(221,140,24); }
div.DivClassName
{
background-color: #DD8C18;
}
.BgClassName
{
background-color: #DD8C18;
}
</style>
border-color css
<style>
span { border-color: #DD8C18; }
span { border-color: rgb(221,140,24); }
td.TdClassName
{
border-color: #DD8C18;
}
.TagClassName
{
border-color: #DD8C18;
}
</style>