Shades of Buttercup #DD8A30
Tints of Buttercup #DD8A30
RGB
CMYK
RGB Variations
Color information
#DD8A30 (or 0xDD8A30) is known color: Buttercup. HEX triplet: DD, 8A and 30. RGB value is (221,138,48). Sum of RGB (Red+Green+Blue) = 221+138+48=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A30 is #2275CF. Grayscale: #999999. Windows color (decimal): -2258384 or 3181277. OLE color: 3181277.
HSL color Cylindrical-coordinate representation of color #DD8A30: hue angle of 31.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8A30 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 48 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.13 |
| HSL | 31.21º | 0.72% | 0.53% | - |
| HSV(B) | 31.21º | 0.78% | 0.87% | - |
| XYZ | 39.44 | 33.76 | 7.23 | - |
| YUV | 152.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 48 | 0 | 0.38 | 0.78 | 0.13 | 31.21 | 0.72 | 0.53 |
| Hex | DD | 8A | 30 | 0 | 26 | 4E | D | 1F | 48 | 35 |
| Octal | 335 | 212 | 60 | 0 | 46 | 116 | 15 | 37 | 110 | 65 |
| Binary | 11011101 | 10001010 | 110000 | 0 | 100110 | 1001110 | 1101 | 11111 | 1001000 | 110101 |
Color Harmonies of #DD8A30
Complementary color
Monochromatic Colors of #DD8A30
Black with #DD8A30
Text Example
Text Example
White with #DD8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A30; }
p { color: rgb(221,138,48); }
H1.HeaderClassName
{
color: #DD8A30;
}
.AnyTagClassName
{
color: #DD8A30;
}
</style>
background-color css
<style>
a { background-color: #DD8A30; }
a { background-color: rgb(221,138,48); }
div.DivClassName
{
background-color: #DD8A30;
}
.BgClassName
{
background-color: #DD8A30;
}
</style>
border-color css
<style>
span { border-color: #DD8A30; }
span { border-color: rgb(221,138,48); }
td.TdClassName
{
border-color: #DD8A30;
}
.TagClassName
{
border-color: #DD8A30;
}
</style>