Shades of Tulip Tree #DAA335
Tints of Tulip Tree #DAA335
RGB
CMYK
RGB Variations
Color information
#DAA335 (or 0xDAA335) is known color: Tulip Tree. HEX triplet: DA, A3 and 35. RGB value is (218,163,53). Sum of RGB (Red+Green+Blue) = 218+163+53=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA335 is #255CCA. Grayscale: #A7A7A7. Windows color (decimal): -2448587 or 3515354. OLE color: 3515354.
HSL color Cylindrical-coordinate representation of color #DAA335: hue angle of 40º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAA335 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 53 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.15 |
| HSL | 40º | 0.69% | 0.53% | - |
| HSV(B) | 40º | 0.76% | 0.85% | - |
| XYZ | 42.65 | 41.36 | 9.1 | - |
| YUV | 166.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 53 | 0 | 0.25 | 0.76 | 0.15 | 40 | 0.69 | 0.53 |
| Hex | DA | A3 | 35 | 0 | 19 | 4C | F | 28 | 45 | 35 |
| Octal | 332 | 243 | 65 | 0 | 31 | 114 | 17 | 50 | 105 | 65 |
| Binary | 11011010 | 10100011 | 110101 | 0 | 11001 | 1001100 | 1111 | 101000 | 1000101 | 110101 |
Color Harmonies of #DAA335
Complementary color
Monochromatic Colors of #DAA335
Black with #DAA335
Text Example
Text Example
White with #DAA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA335; }
p { color: rgb(218,163,53); }
H1.HeaderClassName
{
color: #DAA335;
}
.AnyTagClassName
{
color: #DAA335;
}
</style>
background-color css
<style>
a { background-color: #DAA335; }
a { background-color: rgb(218,163,53); }
div.DivClassName
{
background-color: #DAA335;
}
.BgClassName
{
background-color: #DAA335;
}
</style>
border-color css
<style>
span { border-color: #DAA335; }
span { border-color: rgb(218,163,53); }
td.TdClassName
{
border-color: #DAA335;
}
.TagClassName
{
border-color: #DAA335;
}
</style>