Shades of Buttercup #DD8325
Tints of Buttercup #DD8325
RGB
CMYK
RGB Variations
Color information
#DD8325 (or 0xDD8325) is known color: Buttercup. HEX triplet: DD, 83 and 25. RGB value is (221,131,37). Sum of RGB (Red+Green+Blue) = 221+131+37=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8325 is #227CDA. Grayscale: #939393. Windows color (decimal): -2260187 or 2458589. OLE color: 2458589.
HSL color Cylindrical-coordinate representation of color #DD8325: hue angle of 30.65º 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 #DD8325 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 37 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.13 |
| HSL | 30.65º | 0.73% | 0.51% | - |
| HSV(B) | 30.65º | 0.83% | 0.87% | - |
| XYZ | 38.27 | 31.74 | 5.86 | - |
| YUV | 147.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 37 | 0 | 0.41 | 0.83 | 0.13 | 30.65 | 0.73 | 0.51 |
| Hex | DD | 83 | 25 | 0 | 29 | 53 | D | 1F | 49 | 33 |
| Octal | 335 | 203 | 45 | 0 | 51 | 123 | 15 | 37 | 111 | 63 |
| Binary | 11011101 | 10000011 | 100101 | 0 | 101001 | 1010011 | 1101 | 11111 | 1001001 | 110011 |
Color Harmonies of #DD8325
Complementary color
Monochromatic Colors of #DD8325
Black with #DD8325
Text Example
Text Example
White with #DD8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8325; }
p { color: rgb(221,131,37); }
H1.HeaderClassName
{
color: #DD8325;
}
.AnyTagClassName
{
color: #DD8325;
}
</style>
background-color css
<style>
a { background-color: #DD8325; }
a { background-color: rgb(221,131,37); }
div.DivClassName
{
background-color: #DD8325;
}
.BgClassName
{
background-color: #DD8325;
}
</style>
border-color css
<style>
span { border-color: #DD8325; }
span { border-color: rgb(221,131,37); }
td.TdClassName
{
border-color: #DD8325;
}
.TagClassName
{
border-color: #DD8325;
}
</style>