Shades of Tulip Tree #DAA543
Tints of Tulip Tree #DAA543
RGB
CMYK
RGB Variations
Color information
#DAA543 (or 0xDAA543) is known color: Tulip Tree. HEX triplet: DA, A5 and 43. RGB value is (218,165,67). Sum of RGB (Red+Green+Blue) = 218+165+67=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA543 is #255ABC. Grayscale: #AAAAAA. Windows color (decimal): -2448061 or 4433370. OLE color: 4433370.
HSL color Cylindrical-coordinate representation of color #DAA543: hue angle of 38.94º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAA543 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 67 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.15 |
| HSL | 38.94º | 0.67% | 0.56% | - |
| HSV(B) | 38.94º | 0.69% | 0.85% | - |
| XYZ | 43.38 | 42.22 | 11.17 | - |
| YUV | 169.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 67 | 0 | 0.24 | 0.69 | 0.15 | 38.94 | 0.67 | 0.56 |
| Hex | DA | A5 | 43 | 0 | 18 | 45 | F | 27 | 43 | 38 |
| Octal | 332 | 245 | 103 | 0 | 30 | 105 | 17 | 47 | 103 | 70 |
| Binary | 11011010 | 10100101 | 1000011 | 0 | 11000 | 1000101 | 1111 | 100111 | 1000011 | 111000 |
Color Harmonies of #DAA543
Complementary color
Monochromatic Colors of #DAA543
Black with #DAA543
Text Example
Text Example
White with #DAA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA543; }
p { color: rgb(218,165,67); }
H1.HeaderClassName
{
color: #DAA543;
}
.AnyTagClassName
{
color: #DAA543;
}
</style>
background-color css
<style>
a { background-color: #DAA543; }
a { background-color: rgb(218,165,67); }
div.DivClassName
{
background-color: #DAA543;
}
.BgClassName
{
background-color: #DAA543;
}
</style>
border-color css
<style>
span { border-color: #DAA543; }
span { border-color: rgb(218,165,67); }
td.TdClassName
{
border-color: #DAA543;
}
.TagClassName
{
border-color: #DAA543;
}
</style>