Shades of Tulip Tree #DDA73F
Tints of Tulip Tree #DDA73F
RGB
CMYK
RGB Variations
Color information
#DDA73F (or 0xDDA73F) is known color: Tulip Tree. HEX triplet: DD, A7 and 3F. RGB value is (221,167,63). Sum of RGB (Red+Green+Blue) = 221+167+63=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA73F is #2258C0. Grayscale: #ABABAB. Windows color (decimal): -2250945 or 4171741. OLE color: 4171741.
HSL color Cylindrical-coordinate representation of color #DDA73F: hue angle of 39.49º 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 #DDA73F is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 63 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.13 |
| HSL | 39.49º | 0.7% | 0.56% | - |
| HSV(B) | 39.49º | 0.71% | 0.87% | - |
| XYZ | 44.53 | 43.37 | 10.73 | - |
| YUV | 171.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 63 | 0 | 0.24 | 0.71 | 0.13 | 39.49 | 0.7 | 0.56 |
| Hex | DD | A7 | 3F | 0 | 18 | 47 | D | 27 | 46 | 38 |
| Octal | 335 | 247 | 77 | 0 | 30 | 107 | 15 | 47 | 106 | 70 |
| Binary | 11011101 | 10100111 | 111111 | 0 | 11000 | 1000111 | 1101 | 100111 | 1000110 | 111000 |
Color Harmonies of #DDA73F
Complementary color
Monochromatic Colors of #DDA73F
Black with #DDA73F
Text Example
Text Example
White with #DDA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA73F; }
p { color: rgb(221,167,63); }
H1.HeaderClassName
{
color: #DDA73F;
}
.AnyTagClassName
{
color: #DDA73F;
}
</style>
background-color css
<style>
a { background-color: #DDA73F; }
a { background-color: rgb(221,167,63); }
div.DivClassName
{
background-color: #DDA73F;
}
.BgClassName
{
background-color: #DDA73F;
}
</style>
border-color css
<style>
span { border-color: #DDA73F; }
span { border-color: rgb(221,167,63); }
td.TdClassName
{
border-color: #DDA73F;
}
.TagClassName
{
border-color: #DDA73F;
}
</style>