Shades of Tulip Tree #DAB245
Tints of Tulip Tree #DAB245
RGB
CMYK
RGB Variations
Color information
#DAB245 (or 0xDAB245) is known color: Tulip Tree. HEX triplet: DA, B2 and 45. RGB value is (218,178,69). Sum of RGB (Red+Green+Blue) = 218+178+69=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB245 is #254DBA. Grayscale: #B2B2B2. Windows color (decimal): -2444731 or 4567770. OLE color: 4567770.
HSL color Cylindrical-coordinate representation of color #DAB245: hue angle of 43.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAB245 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 69 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.15 |
| HSL | 43.89º | 0.67% | 0.56% | - |
| HSV(B) | 43.89º | 0.68% | 0.85% | - |
| XYZ | 45.91 | 47.18 | 12.32 | - |
| YUV | 177.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 69 | 0 | 0.18 | 0.68 | 0.15 | 43.89 | 0.67 | 0.56 |
| Hex | DA | B2 | 45 | 0 | 12 | 44 | F | 2C | 43 | 38 |
| Octal | 332 | 262 | 105 | 0 | 22 | 104 | 17 | 54 | 103 | 70 |
| Binary | 11011010 | 10110010 | 1000101 | 0 | 10010 | 1000100 | 1111 | 101100 | 1000011 | 111000 |
Color Harmonies of #DAB245
Complementary color
Monochromatic Colors of #DAB245
Black with #DAB245
Text Example
Text Example
White with #DAB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB245; }
p { color: rgb(218,178,69); }
H1.HeaderClassName
{
color: #DAB245;
}
.AnyTagClassName
{
color: #DAB245;
}
</style>
background-color css
<style>
a { background-color: #DAB245; }
a { background-color: rgb(218,178,69); }
div.DivClassName
{
background-color: #DAB245;
}
.BgClassName
{
background-color: #DAB245;
}
</style>
border-color css
<style>
span { border-color: #DAB245; }
span { border-color: rgb(218,178,69); }
td.TdClassName
{
border-color: #DAB245;
}
.TagClassName
{
border-color: #DAB245;
}
</style>