Shades of Buttercup #DD8F24
Tints of Buttercup #DD8F24
RGB
CMYK
RGB Variations
Color information
#DD8F24 (or 0xDD8F24) is known color: Buttercup. HEX triplet: DD, 8F and 24. RGB value is (221,143,36). Sum of RGB (Red+Green+Blue) = 221+143+36=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F24 is #2270DB. Grayscale: #9A9A9A. Windows color (decimal): -2257116 or 2396125. OLE color: 2396125.
HSL color Cylindrical-coordinate representation of color #DD8F24: hue angle of 34.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD8F24 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 36 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.13 |
| HSL | 34.7º | 0.73% | 0.5% | - |
| HSV(B) | 34.7º | 0.84% | 0.87% | - |
| XYZ | 39.96 | 35.14 | 6.35 | - |
| YUV | 154.12 | 61.34 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 36 | 0 | 0.35 | 0.84 | 0.13 | 34.7 | 0.73 | 0.5 |
| Hex | DD | 8F | 24 | 0 | 23 | 54 | D | 23 | 49 | 32 |
| Octal | 335 | 217 | 44 | 0 | 43 | 124 | 15 | 43 | 111 | 62 |
| Binary | 11011101 | 10001111 | 100100 | 0 | 100011 | 1010100 | 1101 | 100011 | 1001001 | 110010 |
Color Harmonies of #DD8F24
Complementary color
Monochromatic Colors of #DD8F24
Black with #DD8F24
Text Example
Text Example
White with #DD8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F24; }
p { color: rgb(221,143,36); }
H1.HeaderClassName
{
color: #DD8F24;
}
.AnyTagClassName
{
color: #DD8F24;
}
</style>
background-color css
<style>
a { background-color: #DD8F24; }
a { background-color: rgb(221,143,36); }
div.DivClassName
{
background-color: #DD8F24;
}
.BgClassName
{
background-color: #DD8F24;
}
</style>
border-color css
<style>
span { border-color: #DD8F24; }
span { border-color: rgb(221,143,36); }
td.TdClassName
{
border-color: #DD8F24;
}
.TagClassName
{
border-color: #DD8F24;
}
</style>