Shades of Tulip Tree #DAB041
Tints of Tulip Tree #DAB041
RGB
CMYK
RGB Variations
Color information
#DAB041 (or 0xDAB041) is known color: Tulip Tree. HEX triplet: DA, B0 and 41. RGB value is (218,176,65). Sum of RGB (Red+Green+Blue) = 218+176+65=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB041 is #254FBE. Grayscale: #B0B0B0. Windows color (decimal): -2445247 or 4305114. OLE color: 4305114.
HSL color Cylindrical-coordinate representation of color #DAB041: hue angle of 43.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB041 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 65 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.15 |
| HSL | 43.53º | 0.67% | 0.55% | - |
| HSV(B) | 43.53º | 0.7% | 0.85% | - |
| XYZ | 45.39 | 46.34 | 11.55 | - |
| YUV | 175.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 65 | 0 | 0.19 | 0.70 | 0.15 | 43.53 | 0.67 | 0.55 |
| Hex | DA | B0 | 41 | 0 | 13 | 46 | F | 2C | 43 | 37 |
| Octal | 332 | 260 | 101 | 0 | 23 | 106 | 17 | 54 | 103 | 67 |
| Binary | 11011010 | 10110000 | 1000001 | 0 | 10011 | 1000110 | 1111 | 101100 | 1000011 | 110111 |
Color Harmonies of #DAB041
Complementary color
Monochromatic Colors of #DAB041
Black with #DAB041
Text Example
Text Example
White with #DAB041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB041; }
p { color: rgb(218,176,65); }
H1.HeaderClassName
{
color: #DAB041;
}
.AnyTagClassName
{
color: #DAB041;
}
</style>
background-color css
<style>
a { background-color: #DAB041; }
a { background-color: rgb(218,176,65); }
div.DivClassName
{
background-color: #DAB041;
}
.BgClassName
{
background-color: #DAB041;
}
</style>
border-color css
<style>
span { border-color: #DAB041; }
span { border-color: rgb(218,176,65); }
td.TdClassName
{
border-color: #DAB041;
}
.TagClassName
{
border-color: #DAB041;
}
</style>