Shades of Tulip Tree #DDA135
Tints of Tulip Tree #DDA135
RGB
CMYK
RGB Variations
Color information
#DDA135 (or 0xDDA135) is known color: Tulip Tree. HEX triplet: DD, A1 and 35. RGB value is (221,161,53). Sum of RGB (Red+Green+Blue) = 221+161+53=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA135 is #225ECA. Grayscale: #A7A7A7. Windows color (decimal): -2252491 or 3514845. OLE color: 3514845.
HSL color Cylindrical-coordinate representation of color #DDA135: hue angle of 38.57º 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 #DDA135 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 53 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.13 |
| HSL | 38.57º | 0.71% | 0.54% | - |
| HSV(B) | 38.57º | 0.76% | 0.87% | - |
| XYZ | 43.21 | 41.12 | 9.03 | - |
| YUV | 166.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 53 | 0 | 0.27 | 0.76 | 0.13 | 38.57 | 0.71 | 0.54 |
| Hex | DD | A1 | 35 | 0 | 1B | 4C | D | 27 | 47 | 36 |
| Octal | 335 | 241 | 65 | 0 | 33 | 114 | 15 | 47 | 107 | 66 |
| Binary | 11011101 | 10100001 | 110101 | 0 | 11011 | 1001100 | 1101 | 100111 | 1000111 | 110110 |
Color Harmonies of #DDA135
Complementary color
Monochromatic Colors of #DDA135
Black with #DDA135
Text Example
Text Example
White with #DDA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA135; }
p { color: rgb(221,161,53); }
H1.HeaderClassName
{
color: #DDA135;
}
.AnyTagClassName
{
color: #DDA135;
}
</style>
background-color css
<style>
a { background-color: #DDA135; }
a { background-color: rgb(221,161,53); }
div.DivClassName
{
background-color: #DDA135;
}
.BgClassName
{
background-color: #DDA135;
}
</style>
border-color css
<style>
span { border-color: #DDA135; }
span { border-color: rgb(221,161,53); }
td.TdClassName
{
border-color: #DDA135;
}
.TagClassName
{
border-color: #DDA135;
}
</style>