Shades of Buttercup #DD8324
Tints of Buttercup #DD8324
RGB
CMYK
RGB Variations
Color information
#DD8324 (or 0xDD8324) is known color: Buttercup. HEX triplet: DD, 83 and 24. RGB value is (221,131,36). Sum of RGB (Red+Green+Blue) = 221+131+36=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8324 is #227CDB. Grayscale: #939393. Windows color (decimal): -2260188 or 2393053. OLE color: 2393053.
HSL color Cylindrical-coordinate representation of color #DD8324: hue angle of 30.81º 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 #DD8324 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 36 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.13 |
| HSL | 30.81º | 0.73% | 0.5% | - |
| HSV(B) | 30.81º | 0.84% | 0.87% | - |
| XYZ | 38.25 | 31.73 | 5.78 | - |
| YUV | 147.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 36 | 0 | 0.41 | 0.84 | 0.13 | 30.81 | 0.73 | 0.5 |
| Hex | DD | 83 | 24 | 0 | 29 | 54 | D | 1F | 49 | 32 |
| Octal | 335 | 203 | 44 | 0 | 51 | 124 | 15 | 37 | 111 | 62 |
| Binary | 11011101 | 10000011 | 100100 | 0 | 101001 | 1010100 | 1101 | 11111 | 1001001 | 110010 |
Color Harmonies of #DD8324
Complementary color
Monochromatic Colors of #DD8324
Black with #DD8324
Text Example
Text Example
White with #DD8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8324; }
p { color: rgb(221,131,36); }
H1.HeaderClassName
{
color: #DD8324;
}
.AnyTagClassName
{
color: #DD8324;
}
</style>
background-color css
<style>
a { background-color: #DD8324; }
a { background-color: rgb(221,131,36); }
div.DivClassName
{
background-color: #DD8324;
}
.BgClassName
{
background-color: #DD8324;
}
</style>
border-color css
<style>
span { border-color: #DD8324; }
span { border-color: rgb(221,131,36); }
td.TdClassName
{
border-color: #DD8324;
}
.TagClassName
{
border-color: #DD8324;
}
</style>