Shades of Tulip Tree #DDA835
Tints of Tulip Tree #DDA835
RGB
CMYK
RGB Variations
Color information
#DDA835 (or 0xDDA835) is known color: Tulip Tree. HEX triplet: DD, A8 and 35. RGB value is (221,168,53). Sum of RGB (Red+Green+Blue) = 221+168+53=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA835 is #2257CA. Grayscale: #ABABAB. Windows color (decimal): -2250699 or 3516637. OLE color: 3516637.
HSL color Cylindrical-coordinate representation of color #DDA835: hue angle of 41.07º 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 #DDA835 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 53 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.13 |
| HSL | 41.07º | 0.71% | 0.54% | - |
| HSV(B) | 41.07º | 0.76% | 0.87% | - |
| XYZ | 44.46 | 43.63 | 9.45 | - |
| YUV | 170.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 53 | 0 | 0.24 | 0.76 | 0.13 | 41.07 | 0.71 | 0.54 |
| Hex | DD | A8 | 35 | 0 | 18 | 4C | D | 29 | 47 | 36 |
| Octal | 335 | 250 | 65 | 0 | 30 | 114 | 15 | 51 | 107 | 66 |
| Binary | 11011101 | 10101000 | 110101 | 0 | 11000 | 1001100 | 1101 | 101001 | 1000111 | 110110 |
Color Harmonies of #DDA835
Complementary color
Monochromatic Colors of #DDA835
Black with #DDA835
Text Example
Text Example
White with #DDA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA835; }
p { color: rgb(221,168,53); }
H1.HeaderClassName
{
color: #DDA835;
}
.AnyTagClassName
{
color: #DDA835;
}
</style>
background-color css
<style>
a { background-color: #DDA835; }
a { background-color: rgb(221,168,53); }
div.DivClassName
{
background-color: #DDA835;
}
.BgClassName
{
background-color: #DDA835;
}
</style>
border-color css
<style>
span { border-color: #DDA835; }
span { border-color: rgb(221,168,53); }
td.TdClassName
{
border-color: #DDA835;
}
.TagClassName
{
border-color: #DDA835;
}
</style>