Shades of Tulip Tree #D4A444
Tints of Tulip Tree #D4A444
RGB
CMYK
RGB Variations
Color information
#D4A444 (or 0xD4A444) is known color: Tulip Tree. HEX triplet: D4, A4 and 44. RGB value is (212,164,68). Sum of RGB (Red+Green+Blue) = 212+164+68=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A444 is #2B5BBB. Grayscale: #A7A7A7. Windows color (decimal): -2841532 or 4498644. OLE color: 4498644.
HSL color Cylindrical-coordinate representation of color #D4A444: hue angle of 40º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4A444 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 68 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.17 |
| HSL | 40º | 0.63% | 0.55% | - |
| HSV(B) | 40º | 0.68% | 0.83% | - |
| XYZ | 41.47 | 40.97 | 11.19 | - |
| YUV | 167.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 68 | 0 | 0.23 | 0.68 | 0.17 | 40 | 0.63 | 0.55 |
| Hex | D4 | A4 | 44 | 0 | 17 | 44 | 11 | 28 | 3F | 37 |
| Octal | 324 | 244 | 104 | 0 | 27 | 104 | 21 | 50 | 77 | 67 |
| Binary | 11010100 | 10100100 | 1000100 | 0 | 10111 | 1000100 | 10001 | 101000 | 111111 | 110111 |
Color Harmonies of #D4A444
Complementary color
Monochromatic Colors of #D4A444
Black with #D4A444
Text Example
Text Example
White with #D4A444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A444; }
p { color: rgb(212,164,68); }
H1.HeaderClassName
{
color: #D4A444;
}
.AnyTagClassName
{
color: #D4A444;
}
</style>
background-color css
<style>
a { background-color: #D4A444; }
a { background-color: rgb(212,164,68); }
div.DivClassName
{
background-color: #D4A444;
}
.BgClassName
{
background-color: #D4A444;
}
</style>
border-color css
<style>
span { border-color: #D4A444; }
span { border-color: rgb(212,164,68); }
td.TdClassName
{
border-color: #D4A444;
}
.TagClassName
{
border-color: #D4A444;
}
</style>