Shades of Tulip Tree #DDA738
Tints of Tulip Tree #DDA738
RGB
CMYK
RGB Variations
Color information
#DDA738 (or 0xDDA738) is known color: Tulip Tree. HEX triplet: DD, A7 and 38. RGB value is (221,167,56). Sum of RGB (Red+Green+Blue) = 221+167+56=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA738 is #2258C7. Grayscale: #AAAAAA. Windows color (decimal): -2250952 or 3712989. OLE color: 3712989.
HSL color Cylindrical-coordinate representation of color #DDA738: hue angle of 40.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDA738 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 56 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.13 |
| HSL | 40.36º | 0.71% | 0.54% | - |
| HSV(B) | 40.36º | 0.75% | 0.87% | - |
| XYZ | 44.35 | 43.3 | 9.76 | - |
| YUV | 170.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 56 | 0 | 0.24 | 0.75 | 0.13 | 40.36 | 0.71 | 0.54 |
| Hex | DD | A7 | 38 | 0 | 18 | 4B | D | 28 | 47 | 36 |
| Octal | 335 | 247 | 70 | 0 | 30 | 113 | 15 | 50 | 107 | 66 |
| Binary | 11011101 | 10100111 | 111000 | 0 | 11000 | 1001011 | 1101 | 101000 | 1000111 | 110110 |
Color Harmonies of #DDA738
Complementary color
Monochromatic Colors of #DDA738
Black with #DDA738
Text Example
Text Example
White with #DDA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA738; }
p { color: rgb(221,167,56); }
H1.HeaderClassName
{
color: #DDA738;
}
.AnyTagClassName
{
color: #DDA738;
}
</style>
background-color css
<style>
a { background-color: #DDA738; }
a { background-color: rgb(221,167,56); }
div.DivClassName
{
background-color: #DDA738;
}
.BgClassName
{
background-color: #DDA738;
}
</style>
border-color css
<style>
span { border-color: #DDA738; }
span { border-color: rgb(221,167,56); }
td.TdClassName
{
border-color: #DDA738;
}
.TagClassName
{
border-color: #DDA738;
}
</style>