Shades of Buttercup #DD8326
Tints of Buttercup #DD8326
RGB
CMYK
RGB Variations
Color information
#DD8326 (or 0xDD8326) is known color: Buttercup. HEX triplet: DD, 83 and 26. RGB value is (221,131,38). Sum of RGB (Red+Green+Blue) = 221+131+38=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8326 is #227CD9. Grayscale: #939393. Windows color (decimal): -2260186 or 2524125. OLE color: 2524125.
HSL color Cylindrical-coordinate representation of color #DD8326: hue angle of 30.49º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD8326 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 38 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.13 |
| HSL | 30.49º | 0.73% | 0.51% | - |
| HSV(B) | 30.49º | 0.83% | 0.87% | - |
| XYZ | 38.28 | 31.74 | 5.94 | - |
| YUV | 147.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 38 | 0 | 0.41 | 0.83 | 0.13 | 30.49 | 0.73 | 0.51 |
| Hex | DD | 83 | 26 | 0 | 29 | 53 | D | 1E | 49 | 33 |
| Octal | 335 | 203 | 46 | 0 | 51 | 123 | 15 | 36 | 111 | 63 |
| Binary | 11011101 | 10000011 | 100110 | 0 | 101001 | 1010011 | 1101 | 11110 | 1001001 | 110011 |
Color Harmonies of #DD8326
Complementary color
Monochromatic Colors of #DD8326
Black with #DD8326
Text Example
Text Example
White with #DD8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8326; }
p { color: rgb(221,131,38); }
H1.HeaderClassName
{
color: #DD8326;
}
.AnyTagClassName
{
color: #DD8326;
}
</style>
background-color css
<style>
a { background-color: #DD8326; }
a { background-color: rgb(221,131,38); }
div.DivClassName
{
background-color: #DD8326;
}
.BgClassName
{
background-color: #DD8326;
}
</style>
border-color css
<style>
span { border-color: #DD8326; }
span { border-color: rgb(221,131,38); }
td.TdClassName
{
border-color: #DD8326;
}
.TagClassName
{
border-color: #DD8326;
}
</style>