Shades of Tulip Tree #DAA038
Tints of Tulip Tree #DAA038
RGB
CMYK
RGB Variations
Color information
#DAA038 (or 0xDAA038) is known color: Tulip Tree. HEX triplet: DA, A0 and 38. RGB value is (218,160,56). Sum of RGB (Red+Green+Blue) = 218+160+56=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA038 is #255FC7. Grayscale: #A5A5A5. Windows color (decimal): -2449352 or 3711194. OLE color: 3711194.
HSL color Cylindrical-coordinate representation of color #DAA038: hue angle of 38.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAA038 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 56 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.15 |
| HSL | 38.52º | 0.69% | 0.54% | - |
| HSV(B) | 38.52º | 0.74% | 0.85% | - |
| XYZ | 42.2 | 40.33 | 9.3 | - |
| YUV | 165.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 56 | 0 | 0.27 | 0.74 | 0.15 | 38.52 | 0.69 | 0.54 |
| Hex | DA | A0 | 38 | 0 | 1B | 4A | F | 27 | 45 | 36 |
| Octal | 332 | 240 | 70 | 0 | 33 | 112 | 17 | 47 | 105 | 66 |
| Binary | 11011010 | 10100000 | 111000 | 0 | 11011 | 1001010 | 1111 | 100111 | 1000101 | 110110 |
Color Harmonies of #DAA038
Complementary color
Monochromatic Colors of #DAA038
Black with #DAA038
Text Example
Text Example
White with #DAA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA038; }
p { color: rgb(218,160,56); }
H1.HeaderClassName
{
color: #DAA038;
}
.AnyTagClassName
{
color: #DAA038;
}
</style>
background-color css
<style>
a { background-color: #DAA038; }
a { background-color: rgb(218,160,56); }
div.DivClassName
{
background-color: #DAA038;
}
.BgClassName
{
background-color: #DAA038;
}
</style>
border-color css
<style>
span { border-color: #DAA038; }
span { border-color: rgb(218,160,56); }
td.TdClassName
{
border-color: #DAA038;
}
.TagClassName
{
border-color: #DAA038;
}
</style>