Shades of Tulip Tree #DDA741
Tints of Tulip Tree #DDA741
RGB
CMYK
RGB Variations
Color information
#DDA741 (or 0xDDA741) is known color: Tulip Tree. HEX triplet: DD, A7 and 41. RGB value is (221,167,65). Sum of RGB (Red+Green+Blue) = 221+167+65=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA741 is #2258BE. Grayscale: #ABABAB. Windows color (decimal): -2250943 or 4302813. OLE color: 4302813.
HSL color Cylindrical-coordinate representation of color #DDA741: hue angle of 39.23º 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 #DDA741 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 65 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.13 |
| HSL | 39.23º | 0.7% | 0.56% | - |
| HSV(B) | 39.23º | 0.71% | 0.87% | - |
| XYZ | 44.59 | 43.39 | 11.03 | - |
| YUV | 171.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 65 | 0 | 0.24 | 0.71 | 0.13 | 39.23 | 0.7 | 0.56 |
| Hex | DD | A7 | 41 | 0 | 18 | 47 | D | 27 | 46 | 38 |
| Octal | 335 | 247 | 101 | 0 | 30 | 107 | 15 | 47 | 106 | 70 |
| Binary | 11011101 | 10100111 | 1000001 | 0 | 11000 | 1000111 | 1101 | 100111 | 1000110 | 111000 |
Color Harmonies of #DDA741
Complementary color
Monochromatic Colors of #DDA741
Black with #DDA741
Text Example
Text Example
White with #DDA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA741; }
p { color: rgb(221,167,65); }
H1.HeaderClassName
{
color: #DDA741;
}
.AnyTagClassName
{
color: #DDA741;
}
</style>
background-color css
<style>
a { background-color: #DDA741; }
a { background-color: rgb(221,167,65); }
div.DivClassName
{
background-color: #DDA741;
}
.BgClassName
{
background-color: #DDA741;
}
</style>
border-color css
<style>
span { border-color: #DDA741; }
span { border-color: rgb(221,167,65); }
td.TdClassName
{
border-color: #DDA741;
}
.TagClassName
{
border-color: #DDA741;
}
</style>