Shades of Tulip Tree #DAB447
Tints of Tulip Tree #DAB447
RGB
CMYK
RGB Variations
Color information
#DAB447 (or 0xDAB447) is known color: Tulip Tree. HEX triplet: DA, B4 and 47. RGB value is (218,180,71). Sum of RGB (Red+Green+Blue) = 218+180+71=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB447 is #254BB8. Grayscale: #B3B3B3. Windows color (decimal): -2444217 or 4699354. OLE color: 4699354.
HSL color Cylindrical-coordinate representation of color #DAB447: hue angle of 44.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAB447 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 71 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.15 |
| HSL | 44.49º | 0.67% | 0.57% | - |
| HSV(B) | 44.49º | 0.67% | 0.85% | - |
| XYZ | 46.37 | 48 | 12.78 | - |
| YUV | 178.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 71 | 0 | 0.17 | 0.67 | 0.15 | 44.49 | 0.67 | 0.57 |
| Hex | DA | B4 | 47 | 0 | 11 | 43 | F | 2C | 43 | 39 |
| Octal | 332 | 264 | 107 | 0 | 21 | 103 | 17 | 54 | 103 | 71 |
| Binary | 11011010 | 10110100 | 1000111 | 0 | 10001 | 1000011 | 1111 | 101100 | 1000011 | 111001 |
Color Harmonies of #DAB447
Complementary color
Monochromatic Colors of #DAB447
Black with #DAB447
Text Example
Text Example
White with #DAB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB447; }
p { color: rgb(218,180,71); }
H1.HeaderClassName
{
color: #DAB447;
}
.AnyTagClassName
{
color: #DAB447;
}
</style>
background-color css
<style>
a { background-color: #DAB447; }
a { background-color: rgb(218,180,71); }
div.DivClassName
{
background-color: #DAB447;
}
.BgClassName
{
background-color: #DAB447;
}
</style>
border-color css
<style>
span { border-color: #DAB447; }
span { border-color: rgb(218,180,71); }
td.TdClassName
{
border-color: #DAB447;
}
.TagClassName
{
border-color: #DAB447;
}
</style>