Shades of Tulip Tree #DAA845
Tints of Tulip Tree #DAA845
RGB
CMYK
RGB Variations
Color information
#DAA845 (or 0xDAA845) is known color: Tulip Tree. HEX triplet: DA, A8 and 45. RGB value is (218,168,69). Sum of RGB (Red+Green+Blue) = 218+168+69=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA845 is #2557BA. Grayscale: #ACACAC. Windows color (decimal): -2447291 or 4565210. OLE color: 4565210.
HSL color Cylindrical-coordinate representation of color #DAA845: hue angle of 39.87º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAA845 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 69 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.15 |
| HSL | 39.87º | 0.67% | 0.56% | - |
| HSV(B) | 39.87º | 0.68% | 0.85% | - |
| XYZ | 43.99 | 43.34 | 11.68 | - |
| YUV | 171.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 69 | 0 | 0.23 | 0.68 | 0.15 | 39.87 | 0.67 | 0.56 |
| Hex | DA | A8 | 45 | 0 | 17 | 44 | F | 28 | 43 | 38 |
| Octal | 332 | 250 | 105 | 0 | 27 | 104 | 17 | 50 | 103 | 70 |
| Binary | 11011010 | 10101000 | 1000101 | 0 | 10111 | 1000100 | 1111 | 101000 | 1000011 | 111000 |
Color Harmonies of #DAA845
Complementary color
Monochromatic Colors of #DAA845
Black with #DAA845
Text Example
Text Example
White with #DAA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA845; }
p { color: rgb(218,168,69); }
H1.HeaderClassName
{
color: #DAA845;
}
.AnyTagClassName
{
color: #DAA845;
}
</style>
background-color css
<style>
a { background-color: #DAA845; }
a { background-color: rgb(218,168,69); }
div.DivClassName
{
background-color: #DAA845;
}
.BgClassName
{
background-color: #DAA845;
}
</style>
border-color css
<style>
span { border-color: #DAA845; }
span { border-color: rgb(218,168,69); }
td.TdClassName
{
border-color: #DAA845;
}
.TagClassName
{
border-color: #DAA845;
}
</style>