Shades of Buttercup #DD8B1E
Tints of Buttercup #DD8B1E
RGB
CMYK
RGB Variations
Color information
#DD8B1E (or 0xDD8B1E) is known color: Buttercup. HEX triplet: DD, 8B and 1E. RGB value is (221,139,30). Sum of RGB (Red+Green+Blue) = 221+139+30=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B1E is #2274E1. Grayscale: #979797. Windows color (decimal): -2258146 or 2001885. OLE color: 2001885.
HSL color Cylindrical-coordinate representation of color #DD8B1E: hue angle of 34.24º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD8B1E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 30 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.13 |
| HSL | 34.24º | 0.76% | 0.49% | - |
| HSV(B) | 34.24º | 0.86% | 0.87% | - |
| XYZ | 39.29 | 33.93 | 5.71 | - |
| YUV | 151.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 30 | 0 | 0.37 | 0.86 | 0.13 | 34.24 | 0.76 | 0.49 |
| Hex | DD | 8B | 1E | 0 | 25 | 56 | D | 22 | 4C | 31 |
| Octal | 335 | 213 | 36 | 0 | 45 | 126 | 15 | 42 | 114 | 61 |
| Binary | 11011101 | 10001011 | 11110 | 0 | 100101 | 1010110 | 1101 | 100010 | 1001100 | 110001 |
Color Harmonies of #DD8B1E
Complementary color
Monochromatic Colors of #DD8B1E
Black with #DD8B1E
Text Example
Text Example
White with #DD8B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B1E; }
p { color: rgb(221,139,30); }
H1.HeaderClassName
{
color: #DD8B1E;
}
.AnyTagClassName
{
color: #DD8B1E;
}
</style>
background-color css
<style>
a { background-color: #DD8B1E; }
a { background-color: rgb(221,139,30); }
div.DivClassName
{
background-color: #DD8B1E;
}
.BgClassName
{
background-color: #DD8B1E;
}
</style>
border-color css
<style>
span { border-color: #DD8B1E; }
span { border-color: rgb(221,139,30); }
td.TdClassName
{
border-color: #DD8B1E;
}
.TagClassName
{
border-color: #DD8B1E;
}
</style>