Shades of Tulip Tree #DDA73E
Tints of Tulip Tree #DDA73E
RGB
CMYK
RGB Variations
Color information
#DDA73E (or 0xDDA73E) is known color: Tulip Tree. HEX triplet: DD, A7 and 3E. RGB value is (221,167,62). Sum of RGB (Red+Green+Blue) = 221+167+62=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA73E is #2258C1. Grayscale: #ABABAB. Windows color (decimal): -2250946 or 4106205. OLE color: 4106205.
HSL color Cylindrical-coordinate representation of color #DDA73E: hue angle of 39.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDA73E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 62 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.13 |
| HSL | 39.62º | 0.7% | 0.55% | - |
| HSV(B) | 39.62º | 0.72% | 0.87% | - |
| XYZ | 44.51 | 43.36 | 10.58 | - |
| YUV | 171.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 62 | 0 | 0.24 | 0.72 | 0.13 | 39.62 | 0.7 | 0.55 |
| Hex | DD | A7 | 3E | 0 | 18 | 48 | D | 28 | 46 | 37 |
| Octal | 335 | 247 | 76 | 0 | 30 | 110 | 15 | 50 | 106 | 67 |
| Binary | 11011101 | 10100111 | 111110 | 0 | 11000 | 1001000 | 1101 | 101000 | 1000110 | 110111 |
Color Harmonies of #DDA73E
Complementary color
Monochromatic Colors of #DDA73E
Black with #DDA73E
Text Example
Text Example
White with #DDA73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA73E; }
p { color: rgb(221,167,62); }
H1.HeaderClassName
{
color: #DDA73E;
}
.AnyTagClassName
{
color: #DDA73E;
}
</style>
background-color css
<style>
a { background-color: #DDA73E; }
a { background-color: rgb(221,167,62); }
div.DivClassName
{
background-color: #DDA73E;
}
.BgClassName
{
background-color: #DDA73E;
}
</style>
border-color css
<style>
span { border-color: #DDA73E; }
span { border-color: rgb(221,167,62); }
td.TdClassName
{
border-color: #DDA73E;
}
.TagClassName
{
border-color: #DDA73E;
}
</style>