Shades of Buttercup #DD8D1C
Tints of Buttercup #DD8D1C
RGB
CMYK
RGB Variations
Color information
#DD8D1C (or 0xDD8D1C) is known color: Buttercup. HEX triplet: DD, 8D and 1C. RGB value is (221,141,28). Sum of RGB (Red+Green+Blue) = 221+141+28=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D1C is #2272E3. Grayscale: #989898. Windows color (decimal): -2257636 or 1871325. OLE color: 1871325.
HSL color Cylindrical-coordinate representation of color #DD8D1C: hue angle of 35.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD8D1C is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 28 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.13 |
| HSL | 35.13º | 0.78% | 0.49% | - |
| HSV(B) | 35.13º | 0.87% | 0.87% | - |
| XYZ | 39.55 | 34.51 | 5.67 | - |
| YUV | 152.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 28 | 0 | 0.36 | 0.87 | 0.13 | 35.13 | 0.78 | 0.49 |
| Hex | DD | 8D | 1C | 0 | 24 | 57 | D | 23 | 4E | 31 |
| Octal | 335 | 215 | 34 | 0 | 44 | 127 | 15 | 43 | 116 | 61 |
| Binary | 11011101 | 10001101 | 11100 | 0 | 100100 | 1010111 | 1101 | 100011 | 1001110 | 110001 |
Color Harmonies of #DD8D1C
Complementary color
Monochromatic Colors of #DD8D1C
Black with #DD8D1C
Text Example
Text Example
White with #DD8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D1C; }
p { color: rgb(221,141,28); }
H1.HeaderClassName
{
color: #DD8D1C;
}
.AnyTagClassName
{
color: #DD8D1C;
}
</style>
background-color css
<style>
a { background-color: #DD8D1C; }
a { background-color: rgb(221,141,28); }
div.DivClassName
{
background-color: #DD8D1C;
}
.BgClassName
{
background-color: #DD8D1C;
}
</style>
border-color css
<style>
span { border-color: #DD8D1C; }
span { border-color: rgb(221,141,28); }
td.TdClassName
{
border-color: #DD8D1C;
}
.TagClassName
{
border-color: #DD8D1C;
}
</style>