Shades of Tulip Tree #DAB345
Tints of Tulip Tree #DAB345
RGB
CMYK
RGB Variations
Color information
#DAB345 (or 0xDAB345) is known color: Tulip Tree. HEX triplet: DA, B3 and 45. RGB value is (218,179,69). Sum of RGB (Red+Green+Blue) = 218+179+69=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB345 is #254CBA. Grayscale: #B2B2B2. Windows color (decimal): -2444475 or 4568026. OLE color: 4568026.
HSL color Cylindrical-coordinate representation of color #DAB345: hue angle of 44.3º 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 #DAB345 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 69 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.15 |
| HSL | 44.3º | 0.67% | 0.56% | - |
| HSV(B) | 44.3º | 0.68% | 0.85% | - |
| XYZ | 46.11 | 47.58 | 12.38 | - |
| YUV | 178.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 69 | 0 | 0.18 | 0.68 | 0.15 | 44.3 | 0.67 | 0.56 |
| Hex | DA | B3 | 45 | 0 | 12 | 44 | F | 2C | 43 | 38 |
| Octal | 332 | 263 | 105 | 0 | 22 | 104 | 17 | 54 | 103 | 70 |
| Binary | 11011010 | 10110011 | 1000101 | 0 | 10010 | 1000100 | 1111 | 101100 | 1000011 | 111000 |
Color Harmonies of #DAB345
Complementary color
Monochromatic Colors of #DAB345
Black with #DAB345
Text Example
Text Example
White with #DAB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB345; }
p { color: rgb(218,179,69); }
H1.HeaderClassName
{
color: #DAB345;
}
.AnyTagClassName
{
color: #DAB345;
}
</style>
background-color css
<style>
a { background-color: #DAB345; }
a { background-color: rgb(218,179,69); }
div.DivClassName
{
background-color: #DAB345;
}
.BgClassName
{
background-color: #DAB345;
}
</style>
border-color css
<style>
span { border-color: #DAB345; }
span { border-color: rgb(218,179,69); }
td.TdClassName
{
border-color: #DAB345;
}
.TagClassName
{
border-color: #DAB345;
}
</style>