Shades of Tulip Tree #DDA740
Tints of Tulip Tree #DDA740
RGB
CMYK
RGB Variations
Color information
#DDA740 (or 0xDDA740) is known color: Tulip Tree. HEX triplet: DD, A7 and 40. RGB value is (221,167,64). Sum of RGB (Red+Green+Blue) = 221+167+64=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA740 is #2258BF. Grayscale: #ABABAB. Windows color (decimal): -2250944 or 4237277. OLE color: 4237277.
HSL color Cylindrical-coordinate representation of color #DDA740: hue angle of 39.36º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDA740 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 64 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.13 |
| HSL | 39.36º | 0.7% | 0.56% | - |
| HSV(B) | 39.36º | 0.71% | 0.87% | - |
| XYZ | 44.56 | 43.38 | 10.87 | - |
| YUV | 171.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 64 | 0 | 0.24 | 0.71 | 0.13 | 39.36 | 0.7 | 0.56 |
| Hex | DD | A7 | 40 | 0 | 18 | 47 | D | 27 | 46 | 38 |
| Octal | 335 | 247 | 100 | 0 | 30 | 107 | 15 | 47 | 106 | 70 |
| Binary | 11011101 | 10100111 | 1000000 | 0 | 11000 | 1000111 | 1101 | 100111 | 1000110 | 111000 |
Color Harmonies of #DDA740
Complementary color
Monochromatic Colors of #DDA740
Black with #DDA740
Text Example
Text Example
White with #DDA740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA740; }
p { color: rgb(221,167,64); }
H1.HeaderClassName
{
color: #DDA740;
}
.AnyTagClassName
{
color: #DDA740;
}
</style>
background-color css
<style>
a { background-color: #DDA740; }
a { background-color: rgb(221,167,64); }
div.DivClassName
{
background-color: #DDA740;
}
.BgClassName
{
background-color: #DDA740;
}
</style>
border-color css
<style>
span { border-color: #DDA740; }
span { border-color: rgb(221,167,64); }
td.TdClassName
{
border-color: #DDA740;
}
.TagClassName
{
border-color: #DDA740;
}
</style>