Shades of Tulip Tree #D4A344
Tints of Tulip Tree #D4A344
RGB
CMYK
RGB Variations
Color information
#D4A344 (or 0xD4A344) is known color: Tulip Tree. HEX triplet: D4, A3 and 44. RGB value is (212,163,68). Sum of RGB (Red+Green+Blue) = 212+163+68=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A344 is #2B5CBB. Grayscale: #A7A7A7. Windows color (decimal): -2841788 or 4498388. OLE color: 4498388.
HSL color Cylindrical-coordinate representation of color #D4A344: hue angle of 39.58º 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 #D4A344 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 68 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.17 |
| HSL | 39.58º | 0.63% | 0.55% | - |
| HSV(B) | 39.58º | 0.68% | 0.83% | - |
| XYZ | 41.29 | 40.61 | 11.13 | - |
| YUV | 166.82 | 72.23 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 68 | 0 | 0.23 | 0.68 | 0.17 | 39.58 | 0.63 | 0.55 |
| Hex | D4 | A3 | 44 | 0 | 17 | 44 | 11 | 28 | 3F | 37 |
| Octal | 324 | 243 | 104 | 0 | 27 | 104 | 21 | 50 | 77 | 67 |
| Binary | 11010100 | 10100011 | 1000100 | 0 | 10111 | 1000100 | 10001 | 101000 | 111111 | 110111 |
Color Harmonies of #D4A344
Complementary color
Monochromatic Colors of #D4A344
Black with #D4A344
Text Example
Text Example
White with #D4A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A344; }
p { color: rgb(212,163,68); }
H1.HeaderClassName
{
color: #D4A344;
}
.AnyTagClassName
{
color: #D4A344;
}
</style>
background-color css
<style>
a { background-color: #D4A344; }
a { background-color: rgb(212,163,68); }
div.DivClassName
{
background-color: #D4A344;
}
.BgClassName
{
background-color: #D4A344;
}
</style>
border-color css
<style>
span { border-color: #D4A344; }
span { border-color: rgb(212,163,68); }
td.TdClassName
{
border-color: #D4A344;
}
.TagClassName
{
border-color: #D4A344;
}
</style>