Shades of Buttercup #DD8724
Tints of Buttercup #DD8724
RGB
CMYK
RGB Variations
Color information
#DD8724 (or 0xDD8724) is known color: Buttercup. HEX triplet: DD, 87 and 24. RGB value is (221,135,36). Sum of RGB (Red+Green+Blue) = 221+135+36=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8724 is #2278DB. Grayscale: #959595. Windows color (decimal): -2259164 or 2394077. OLE color: 2394077.
HSL color Cylindrical-coordinate representation of color #DD8724: hue angle of 32.11º 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 #DD8724 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 36 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.13 |
| HSL | 32.11º | 0.73% | 0.5% | - |
| HSV(B) | 32.11º | 0.84% | 0.87% | - |
| XYZ | 38.8 | 32.83 | 5.96 | - |
| YUV | 149.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 36 | 0 | 0.39 | 0.84 | 0.13 | 32.11 | 0.73 | 0.5 |
| Hex | DD | 87 | 24 | 0 | 27 | 54 | D | 20 | 49 | 32 |
| Octal | 335 | 207 | 44 | 0 | 47 | 124 | 15 | 40 | 111 | 62 |
| Binary | 11011101 | 10000111 | 100100 | 0 | 100111 | 1010100 | 1101 | 100000 | 1001001 | 110010 |
Color Harmonies of #DD8724
Complementary color
Monochromatic Colors of #DD8724
Black with #DD8724
Text Example
Text Example
White with #DD8724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8724; }
p { color: rgb(221,135,36); }
H1.HeaderClassName
{
color: #DD8724;
}
.AnyTagClassName
{
color: #DD8724;
}
</style>
background-color css
<style>
a { background-color: #DD8724; }
a { background-color: rgb(221,135,36); }
div.DivClassName
{
background-color: #DD8724;
}
.BgClassName
{
background-color: #DD8724;
}
</style>
border-color css
<style>
span { border-color: #DD8724; }
span { border-color: rgb(221,135,36); }
td.TdClassName
{
border-color: #DD8724;
}
.TagClassName
{
border-color: #DD8724;
}
</style>