Shades of Tulip Tree #DDA736
Tints of Tulip Tree #DDA736
RGB
CMYK
RGB Variations
Color information
#DDA736 (or 0xDDA736) is known color: Tulip Tree. HEX triplet: DD, A7 and 36. RGB value is (221,167,54). Sum of RGB (Red+Green+Blue) = 221+167+54=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA736 is #2258C9. Grayscale: #AAAAAA. Windows color (decimal): -2250954 or 3581917. OLE color: 3581917.
HSL color Cylindrical-coordinate representation of color #DDA736: hue angle of 40.6º 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 #DDA736 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 54 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.13 |
| HSL | 40.6º | 0.71% | 0.54% | - |
| HSV(B) | 40.6º | 0.76% | 0.87% | - |
| XYZ | 44.3 | 43.28 | 9.51 | - |
| YUV | 170.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 54 | 0 | 0.24 | 0.76 | 0.13 | 40.6 | 0.71 | 0.54 |
| Hex | DD | A7 | 36 | 0 | 18 | 4C | D | 29 | 47 | 36 |
| Octal | 335 | 247 | 66 | 0 | 30 | 114 | 15 | 51 | 107 | 66 |
| Binary | 11011101 | 10100111 | 110110 | 0 | 11000 | 1001100 | 1101 | 101001 | 1000111 | 110110 |
Color Harmonies of #DDA736
Complementary color
Monochromatic Colors of #DDA736
Black with #DDA736
Text Example
Text Example
White with #DDA736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA736; }
p { color: rgb(221,167,54); }
H1.HeaderClassName
{
color: #DDA736;
}
.AnyTagClassName
{
color: #DDA736;
}
</style>
background-color css
<style>
a { background-color: #DDA736; }
a { background-color: rgb(221,167,54); }
div.DivClassName
{
background-color: #DDA736;
}
.BgClassName
{
background-color: #DDA736;
}
</style>
border-color css
<style>
span { border-color: #DDA736; }
span { border-color: rgb(221,167,54); }
td.TdClassName
{
border-color: #DDA736;
}
.TagClassName
{
border-color: #DDA736;
}
</style>