Shades of Tulip Tree #DAA43F
Tints of Tulip Tree #DAA43F
RGB
CMYK
RGB Variations
Color information
#DAA43F (or 0xDAA43F) is known color: Tulip Tree. HEX triplet: DA, A4 and 3F. RGB value is (218,164,63). Sum of RGB (Red+Green+Blue) = 218+164+63=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA43F is #255BC0. Grayscale: #A9A9A9. Windows color (decimal): -2448321 or 4170970. OLE color: 4170970.
HSL color Cylindrical-coordinate representation of color #DAA43F: hue angle of 39.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAA43F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 63 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.15 |
| HSL | 39.1º | 0.68% | 0.55% | - |
| HSV(B) | 39.1º | 0.71% | 0.85% | - |
| XYZ | 43.09 | 41.82 | 10.5 | - |
| YUV | 168.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 63 | 0 | 0.25 | 0.71 | 0.15 | 39.1 | 0.68 | 0.55 |
| Hex | DA | A4 | 3F | 0 | 19 | 47 | F | 27 | 44 | 37 |
| Octal | 332 | 244 | 77 | 0 | 31 | 107 | 17 | 47 | 104 | 67 |
| Binary | 11011010 | 10100100 | 111111 | 0 | 11001 | 1000111 | 1111 | 100111 | 1000100 | 110111 |
Color Harmonies of #DAA43F
Complementary color
Monochromatic Colors of #DAA43F
Black with #DAA43F
Text Example
Text Example
White with #DAA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA43F; }
p { color: rgb(218,164,63); }
H1.HeaderClassName
{
color: #DAA43F;
}
.AnyTagClassName
{
color: #DAA43F;
}
</style>
background-color css
<style>
a { background-color: #DAA43F; }
a { background-color: rgb(218,164,63); }
div.DivClassName
{
background-color: #DAA43F;
}
.BgClassName
{
background-color: #DAA43F;
}
</style>
border-color css
<style>
span { border-color: #DAA43F; }
span { border-color: rgb(218,164,63); }
td.TdClassName
{
border-color: #DAA43F;
}
.TagClassName
{
border-color: #DAA43F;
}
</style>