Shades of Buttercup #DD9735
Tints of Buttercup #DD9735
RGB
CMYK
RGB Variations
Color information
#DD9735 (or 0xDD9735) is known color: Buttercup. HEX triplet: DD, 97 and 35. RGB value is (221,151,53). Sum of RGB (Red+Green+Blue) = 221+151+53=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9735 is #2268CA. Grayscale: #A1A1A1. Windows color (decimal): -2255051 or 3512285. OLE color: 3512285.
HSL color Cylindrical-coordinate representation of color #DD9735: hue angle of 35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD9735 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 53 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.13 |
| HSL | 35º | 0.71% | 0.54% | - |
| HSV(B) | 35º | 0.76% | 0.87% | - |
| XYZ | 41.53 | 37.76 | 8.47 | - |
| YUV | 160.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 53 | 0 | 0.32 | 0.76 | 0.13 | 35 | 0.71 | 0.54 |
| Hex | DD | 97 | 35 | 0 | 20 | 4C | D | 23 | 47 | 36 |
| Octal | 335 | 227 | 65 | 0 | 40 | 114 | 15 | 43 | 107 | 66 |
| Binary | 11011101 | 10010111 | 110101 | 0 | 100000 | 1001100 | 1101 | 100011 | 1000111 | 110110 |
Color Harmonies of #DD9735
Complementary color
Monochromatic Colors of #DD9735
Black with #DD9735
Text Example
Text Example
White with #DD9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9735; }
p { color: rgb(221,151,53); }
H1.HeaderClassName
{
color: #DD9735;
}
.AnyTagClassName
{
color: #DD9735;
}
</style>
background-color css
<style>
a { background-color: #DD9735; }
a { background-color: rgb(221,151,53); }
div.DivClassName
{
background-color: #DD9735;
}
.BgClassName
{
background-color: #DD9735;
}
</style>
border-color css
<style>
span { border-color: #DD9735; }
span { border-color: rgb(221,151,53); }
td.TdClassName
{
border-color: #DD9735;
}
.TagClassName
{
border-color: #DD9735;
}
</style>