Shades of Tulip Tree #DAA73C
Tints of Tulip Tree #DAA73C
RGB
CMYK
RGB Variations
Color information
#DAA73C (or 0xDAA73C) is known color: Tulip Tree. HEX triplet: DA, A7 and 3C. RGB value is (218,167,60). Sum of RGB (Red+Green+Blue) = 218+167+60=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA73C is #2558C3. Grayscale: #AAAAAA. Windows color (decimal): -2447556 or 3975130. OLE color: 3975130.
HSL color Cylindrical-coordinate representation of color #DAA73C: hue angle of 40.63º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAA73C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 60 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.15 |
| HSL | 40.63º | 0.68% | 0.55% | - |
| HSV(B) | 40.63º | 0.72% | 0.85% | - |
| XYZ | 43.55 | 42.87 | 10.25 | - |
| YUV | 170.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 60 | 0 | 0.23 | 0.72 | 0.15 | 40.63 | 0.68 | 0.55 |
| Hex | DA | A7 | 3C | 0 | 17 | 48 | F | 29 | 44 | 37 |
| Octal | 332 | 247 | 74 | 0 | 27 | 110 | 17 | 51 | 104 | 67 |
| Binary | 11011010 | 10100111 | 111100 | 0 | 10111 | 1001000 | 1111 | 101001 | 1000100 | 110111 |
Color Harmonies of #DAA73C
Complementary color
Monochromatic Colors of #DAA73C
Black with #DAA73C
Text Example
Text Example
White with #DAA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA73C; }
p { color: rgb(218,167,60); }
H1.HeaderClassName
{
color: #DAA73C;
}
.AnyTagClassName
{
color: #DAA73C;
}
</style>
background-color css
<style>
a { background-color: #DAA73C; }
a { background-color: rgb(218,167,60); }
div.DivClassName
{
background-color: #DAA73C;
}
.BgClassName
{
background-color: #DAA73C;
}
</style>
border-color css
<style>
span { border-color: #DAA73C; }
span { border-color: rgb(218,167,60); }
td.TdClassName
{
border-color: #DAA73C;
}
.TagClassName
{
border-color: #DAA73C;
}
</style>