Shades of Tulip Tree #DDAF40
Tints of Tulip Tree #DDAF40
RGB
CMYK
RGB Variations
Color information
#DDAF40 (or 0xDDAF40) is known color: Tulip Tree. HEX triplet: DD, AF and 40. RGB value is (221,175,64). Sum of RGB (Red+Green+Blue) = 221+175+64=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF40 is #2250BF. Grayscale: #B0B0B0. Windows color (decimal): -2248896 or 4239325. OLE color: 4239325.
HSL color Cylindrical-coordinate representation of color #DDAF40: hue angle of 42.42º 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 #DDAF40 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 64 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.13 |
| HSL | 42.42º | 0.7% | 0.56% | - |
| HSV(B) | 42.42º | 0.71% | 0.87% | - |
| XYZ | 46.07 | 46.4 | 11.38 | - |
| YUV | 176.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 64 | 0 | 0.21 | 0.71 | 0.13 | 42.42 | 0.7 | 0.56 |
| Hex | DD | AF | 40 | 0 | 15 | 47 | D | 2A | 46 | 38 |
| Octal | 335 | 257 | 100 | 0 | 25 | 107 | 15 | 52 | 106 | 70 |
| Binary | 11011101 | 10101111 | 1000000 | 0 | 10101 | 1000111 | 1101 | 101010 | 1000110 | 111000 |
Color Harmonies of #DDAF40
Complementary color
Monochromatic Colors of #DDAF40
Black with #DDAF40
Text Example
Text Example
White with #DDAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF40; }
p { color: rgb(221,175,64); }
H1.HeaderClassName
{
color: #DDAF40;
}
.AnyTagClassName
{
color: #DDAF40;
}
</style>
background-color css
<style>
a { background-color: #DDAF40; }
a { background-color: rgb(221,175,64); }
div.DivClassName
{
background-color: #DDAF40;
}
.BgClassName
{
background-color: #DDAF40;
}
</style>
border-color css
<style>
span { border-color: #DDAF40; }
span { border-color: rgb(221,175,64); }
td.TdClassName
{
border-color: #DDAF40;
}
.TagClassName
{
border-color: #DDAF40;
}
</style>