Shades of Buttercup #DD8428
Tints of Buttercup #DD8428
RGB
CMYK
RGB Variations
Color information
#DD8428 (or 0xDD8428) is known color: Buttercup. HEX triplet: DD, 84 and 28. RGB value is (221,132,40). Sum of RGB (Red+Green+Blue) = 221+132+40=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8428 is #227BD7. Grayscale: #949494. Windows color (decimal): -2259928 or 2655453. OLE color: 2655453.
HSL color Cylindrical-coordinate representation of color #DD8428: hue angle of 30.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD8428 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 40 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.13 |
| HSL | 30.5º | 0.73% | 0.51% | - |
| HSV(B) | 30.5º | 0.82% | 0.87% | - |
| XYZ | 38.45 | 32.03 | 6.16 | - |
| YUV | 148.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 40 | 0 | 0.40 | 0.82 | 0.13 | 30.5 | 0.73 | 0.51 |
| Hex | DD | 84 | 28 | 0 | 28 | 52 | D | 1E | 49 | 33 |
| Octal | 335 | 204 | 50 | 0 | 50 | 122 | 15 | 36 | 111 | 63 |
| Binary | 11011101 | 10000100 | 101000 | 0 | 101000 | 1010010 | 1101 | 11110 | 1001001 | 110011 |
Color Harmonies of #DD8428
Complementary color
Monochromatic Colors of #DD8428
Black with #DD8428
Text Example
Text Example
White with #DD8428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8428; }
p { color: rgb(221,132,40); }
H1.HeaderClassName
{
color: #DD8428;
}
.AnyTagClassName
{
color: #DD8428;
}
</style>
background-color css
<style>
a { background-color: #DD8428; }
a { background-color: rgb(221,132,40); }
div.DivClassName
{
background-color: #DD8428;
}
.BgClassName
{
background-color: #DD8428;
}
</style>
border-color css
<style>
span { border-color: #DD8428; }
span { border-color: rgb(221,132,40); }
td.TdClassName
{
border-color: #DD8428;
}
.TagClassName
{
border-color: #DD8428;
}
</style>