Shades of Tulip Tree #DDAF45
Tints of Tulip Tree #DDAF45
RGB
CMYK
RGB Variations
Color information
#DDAF45 (or 0xDDAF45) is known color: Tulip Tree. HEX triplet: DD, AF and 45. RGB value is (221,175,69). Sum of RGB (Red+Green+Blue) = 221+175+69=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF45 is #2250BA. Grayscale: #B1B1B1. Windows color (decimal): -2248891 or 4567005. OLE color: 4567005.
HSL color Cylindrical-coordinate representation of color #DDAF45: hue angle of 41.84º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDAF45 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 69 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.13 |
| HSL | 41.84º | 0.69% | 0.57% | - |
| HSV(B) | 41.84º | 0.69% | 0.87% | - |
| XYZ | 46.22 | 46.46 | 12.16 | - |
| YUV | 176.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 69 | 0 | 0.21 | 0.69 | 0.13 | 41.84 | 0.69 | 0.57 |
| Hex | DD | AF | 45 | 0 | 15 | 45 | D | 2A | 45 | 39 |
| Octal | 335 | 257 | 105 | 0 | 25 | 105 | 15 | 52 | 105 | 71 |
| Binary | 11011101 | 10101111 | 1000101 | 0 | 10101 | 1000101 | 1101 | 101010 | 1000101 | 111001 |
Color Harmonies of #DDAF45
Complementary color
Monochromatic Colors of #DDAF45
Black with #DDAF45
Text Example
Text Example
White with #DDAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF45; }
p { color: rgb(221,175,69); }
H1.HeaderClassName
{
color: #DDAF45;
}
.AnyTagClassName
{
color: #DDAF45;
}
</style>
background-color css
<style>
a { background-color: #DDAF45; }
a { background-color: rgb(221,175,69); }
div.DivClassName
{
background-color: #DDAF45;
}
.BgClassName
{
background-color: #DDAF45;
}
</style>
border-color css
<style>
span { border-color: #DDAF45; }
span { border-color: rgb(221,175,69); }
td.TdClassName
{
border-color: #DDAF45;
}
.TagClassName
{
border-color: #DDAF45;
}
</style>