Shades of Tulip Tree #D6A441
Tints of Tulip Tree #D6A441
RGB
CMYK
RGB Variations
Color information
#D6A441 (or 0xD6A441) is known color: Tulip Tree. HEX triplet: D6, A4 and 41. RGB value is (214,164,65). Sum of RGB (Red+Green+Blue) = 214+164+65=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A441 is #295BBE. Grayscale: #A8A8A8. Windows color (decimal): -2710463 or 4302038. OLE color: 4302038.
HSL color Cylindrical-coordinate representation of color #D6A441: hue angle of 39.87º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6A441 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 65 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.16 |
| HSL | 39.87º | 0.65% | 0.55% | - |
| HSV(B) | 39.87º | 0.7% | 0.84% | - |
| XYZ | 41.96 | 41.23 | 10.75 | - |
| YUV | 167.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 65 | 0 | 0.23 | 0.70 | 0.16 | 39.87 | 0.65 | 0.55 |
| Hex | D6 | A4 | 41 | 0 | 17 | 46 | 10 | 28 | 41 | 37 |
| Octal | 326 | 244 | 101 | 0 | 27 | 106 | 20 | 50 | 101 | 67 |
| Binary | 11010110 | 10100100 | 1000001 | 0 | 10111 | 1000110 | 10000 | 101000 | 1000001 | 110111 |
Color Harmonies of #D6A441
Complementary color
Monochromatic Colors of #D6A441
Black with #D6A441
Text Example
Text Example
White with #D6A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A441; }
p { color: rgb(214,164,65); }
H1.HeaderClassName
{
color: #D6A441;
}
.AnyTagClassName
{
color: #D6A441;
}
</style>
background-color css
<style>
a { background-color: #D6A441; }
a { background-color: rgb(214,164,65); }
div.DivClassName
{
background-color: #D6A441;
}
.BgClassName
{
background-color: #D6A441;
}
</style>
border-color css
<style>
span { border-color: #D6A441; }
span { border-color: rgb(214,164,65); }
td.TdClassName
{
border-color: #D6A441;
}
.TagClassName
{
border-color: #D6A441;
}
</style>