Shades of Tulip Tree #DAA83C
Tints of Tulip Tree #DAA83C
RGB
CMYK
RGB Variations
Color information
#DAA83C (or 0xDAA83C) is known color: Tulip Tree. HEX triplet: DA, A8 and 3C. RGB value is (218,168,60). Sum of RGB (Red+Green+Blue) = 218+168+60=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA83C is #2557C3. Grayscale: #ABABAB. Windows color (decimal): -2447300 or 3975386. OLE color: 3975386.
HSL color Cylindrical-coordinate representation of color #DAA83C: hue angle of 41.01º 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 #DAA83C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 60 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.15 |
| HSL | 41.01º | 0.68% | 0.55% | - |
| HSV(B) | 41.01º | 0.72% | 0.85% | - |
| XYZ | 43.73 | 43.24 | 10.32 | - |
| YUV | 170.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 60 | 0 | 0.23 | 0.72 | 0.15 | 41.01 | 0.68 | 0.55 |
| Hex | DA | A8 | 3C | 0 | 17 | 48 | F | 29 | 44 | 37 |
| Octal | 332 | 250 | 74 | 0 | 27 | 110 | 17 | 51 | 104 | 67 |
| Binary | 11011010 | 10101000 | 111100 | 0 | 10111 | 1001000 | 1111 | 101001 | 1000100 | 110111 |
Color Harmonies of #DAA83C
Complementary color
Monochromatic Colors of #DAA83C
Black with #DAA83C
Text Example
Text Example
White with #DAA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA83C; }
p { color: rgb(218,168,60); }
H1.HeaderClassName
{
color: #DAA83C;
}
.AnyTagClassName
{
color: #DAA83C;
}
</style>
background-color css
<style>
a { background-color: #DAA83C; }
a { background-color: rgb(218,168,60); }
div.DivClassName
{
background-color: #DAA83C;
}
.BgClassName
{
background-color: #DAA83C;
}
</style>
border-color css
<style>
span { border-color: #DAA83C; }
span { border-color: rgb(218,168,60); }
td.TdClassName
{
border-color: #DAA83C;
}
.TagClassName
{
border-color: #DAA83C;
}
</style>