Shades of Tulip Tree #DAB247
Tints of Tulip Tree #DAB247
RGB
CMYK
RGB Variations
Color information
#DAB247 (or 0xDAB247) is known color: Tulip Tree. HEX triplet: DA, B2 and 47. RGB value is (218,178,71). Sum of RGB (Red+Green+Blue) = 218+178+71=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB247 is #254DB8. Grayscale: #B2B2B2. Windows color (decimal): -2444729 or 4698842. OLE color: 4698842.
HSL color Cylindrical-coordinate representation of color #DAB247: hue angle of 43.67º 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 #DAB247 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 71 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.15 |
| HSL | 43.67º | 0.67% | 0.57% | - |
| HSV(B) | 43.67º | 0.67% | 0.85% | - |
| XYZ | 45.97 | 47.2 | 12.65 | - |
| YUV | 177.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 71 | 0 | 0.18 | 0.67 | 0.15 | 43.67 | 0.67 | 0.57 |
| Hex | DA | B2 | 47 | 0 | 12 | 43 | F | 2C | 43 | 39 |
| Octal | 332 | 262 | 107 | 0 | 22 | 103 | 17 | 54 | 103 | 71 |
| Binary | 11011010 | 10110010 | 1000111 | 0 | 10010 | 1000011 | 1111 | 101100 | 1000011 | 111001 |
Color Harmonies of #DAB247
Complementary color
Monochromatic Colors of #DAB247
Black with #DAB247
Text Example
Text Example
White with #DAB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB247; }
p { color: rgb(218,178,71); }
H1.HeaderClassName
{
color: #DAB247;
}
.AnyTagClassName
{
color: #DAB247;
}
</style>
background-color css
<style>
a { background-color: #DAB247; }
a { background-color: rgb(218,178,71); }
div.DivClassName
{
background-color: #DAB247;
}
.BgClassName
{
background-color: #DAB247;
}
</style>
border-color css
<style>
span { border-color: #DAB247; }
span { border-color: rgb(218,178,71); }
td.TdClassName
{
border-color: #DAB247;
}
.TagClassName
{
border-color: #DAB247;
}
</style>