Shades of Buttercup #DD8525
Tints of Buttercup #DD8525
RGB
CMYK
RGB Variations
Color information
#DD8525 (or 0xDD8525) is known color: Buttercup. HEX triplet: DD, 85 and 25. RGB value is (221,133,37). Sum of RGB (Red+Green+Blue) = 221+133+37=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8525 is #227ADA. Grayscale: #949494. Windows color (decimal): -2259675 or 2459101. OLE color: 2459101.
HSL color Cylindrical-coordinate representation of color #DD8525: hue angle of 31.3º 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 #DD8525 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 37 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.13 |
| HSL | 31.3º | 0.73% | 0.51% | - |
| HSV(B) | 31.3º | 0.83% | 0.87% | - |
| XYZ | 38.54 | 32.28 | 5.95 | - |
| YUV | 148.37 | 65.15 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 37 | 0 | 0.40 | 0.83 | 0.13 | 31.3 | 0.73 | 0.51 |
| Hex | DD | 85 | 25 | 0 | 28 | 53 | D | 1F | 49 | 33 |
| Octal | 335 | 205 | 45 | 0 | 50 | 123 | 15 | 37 | 111 | 63 |
| Binary | 11011101 | 10000101 | 100101 | 0 | 101000 | 1010011 | 1101 | 11111 | 1001001 | 110011 |
Color Harmonies of #DD8525
Complementary color
Monochromatic Colors of #DD8525
Black with #DD8525
Text Example
Text Example
White with #DD8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8525; }
p { color: rgb(221,133,37); }
H1.HeaderClassName
{
color: #DD8525;
}
.AnyTagClassName
{
color: #DD8525;
}
</style>
background-color css
<style>
a { background-color: #DD8525; }
a { background-color: rgb(221,133,37); }
div.DivClassName
{
background-color: #DD8525;
}
.BgClassName
{
background-color: #DD8525;
}
</style>
border-color css
<style>
span { border-color: #DD8525; }
span { border-color: rgb(221,133,37); }
td.TdClassName
{
border-color: #DD8525;
}
.TagClassName
{
border-color: #DD8525;
}
</style>