Shades of Tulip Tree #DAA23A
Tints of Tulip Tree #DAA23A
RGB
CMYK
RGB Variations
Color information
#DAA23A (or 0xDAA23A) is known color: Tulip Tree. HEX triplet: DA, A2 and 3A. RGB value is (218,162,58). Sum of RGB (Red+Green+Blue) = 218+162+58=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA23A is #255DC5. Grayscale: #A7A7A7. Windows color (decimal): -2448838 or 3842778. OLE color: 3842778.
HSL color Cylindrical-coordinate representation of color #DAA23A: hue angle of 39º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAA23A is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 58 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.15 |
| HSL | 39º | 0.68% | 0.54% | - |
| HSV(B) | 39º | 0.73% | 0.85% | - |
| XYZ | 42.6 | 41.05 | 9.68 | - |
| YUV | 166.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 58 | 0 | 0.26 | 0.73 | 0.15 | 39 | 0.68 | 0.54 |
| Hex | DA | A2 | 3A | 0 | 1A | 49 | F | 27 | 44 | 36 |
| Octal | 332 | 242 | 72 | 0 | 32 | 111 | 17 | 47 | 104 | 66 |
| Binary | 11011010 | 10100010 | 111010 | 0 | 11010 | 1001001 | 1111 | 100111 | 1000100 | 110110 |
Color Harmonies of #DAA23A
Complementary color
Monochromatic Colors of #DAA23A
Black with #DAA23A
Text Example
Text Example
White with #DAA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA23A; }
p { color: rgb(218,162,58); }
H1.HeaderClassName
{
color: #DAA23A;
}
.AnyTagClassName
{
color: #DAA23A;
}
</style>
background-color css
<style>
a { background-color: #DAA23A; }
a { background-color: rgb(218,162,58); }
div.DivClassName
{
background-color: #DAA23A;
}
.BgClassName
{
background-color: #DAA23A;
}
</style>
border-color css
<style>
span { border-color: #DAA23A; }
span { border-color: rgb(218,162,58); }
td.TdClassName
{
border-color: #DAA23A;
}
.TagClassName
{
border-color: #DAA23A;
}
</style>