Shades of Tulip Tree #D6A341
Tints of Tulip Tree #D6A341
RGB
CMYK
RGB Variations
Color information
#D6A341 (or 0xD6A341) is known color: Tulip Tree. HEX triplet: D6, A3 and 41. RGB value is (214,163,65). Sum of RGB (Red+Green+Blue) = 214+163+65=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A341 is #295CBE. Grayscale: #A7A7A7. Windows color (decimal): -2710719 or 4301782. OLE color: 4301782.
HSL color Cylindrical-coordinate representation of color #D6A341: hue angle of 39.46º 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 #D6A341 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 65 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.16 |
| HSL | 39.46º | 0.65% | 0.55% | - |
| HSV(B) | 39.46º | 0.7% | 0.84% | - |
| XYZ | 41.78 | 40.87 | 10.69 | - |
| YUV | 167.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 65 | 0 | 0.24 | 0.70 | 0.16 | 39.46 | 0.65 | 0.55 |
| Hex | D6 | A3 | 41 | 0 | 18 | 46 | 10 | 27 | 41 | 37 |
| Octal | 326 | 243 | 101 | 0 | 30 | 106 | 20 | 47 | 101 | 67 |
| Binary | 11010110 | 10100011 | 1000001 | 0 | 11000 | 1000110 | 10000 | 100111 | 1000001 | 110111 |
Color Harmonies of #D6A341
Complementary color
Monochromatic Colors of #D6A341
Black with #D6A341
Text Example
Text Example
White with #D6A341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A341; }
p { color: rgb(214,163,65); }
H1.HeaderClassName
{
color: #D6A341;
}
.AnyTagClassName
{
color: #D6A341;
}
</style>
background-color css
<style>
a { background-color: #D6A341; }
a { background-color: rgb(214,163,65); }
div.DivClassName
{
background-color: #D6A341;
}
.BgClassName
{
background-color: #D6A341;
}
</style>
border-color css
<style>
span { border-color: #D6A341; }
span { border-color: rgb(214,163,65); }
td.TdClassName
{
border-color: #D6A341;
}
.TagClassName
{
border-color: #D6A341;
}
</style>