Shades of Tulip Tree #DAA23D
Tints of Tulip Tree #DAA23D
RGB
CMYK
RGB Variations
Color information
#DAA23D (or 0xDAA23D) is known color: Tulip Tree. HEX triplet: DA, A2 and 3D. RGB value is (218,162,61). Sum of RGB (Red+Green+Blue) = 218+162+61=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA23D is #255DC2. Grayscale: #A7A7A7. Windows color (decimal): -2448835 or 4039386. OLE color: 4039386.
HSL color Cylindrical-coordinate representation of color #DAA23D: hue angle of 38.6º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAA23D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 61 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.15 |
| HSL | 38.6º | 0.68% | 0.55% | - |
| HSV(B) | 38.6º | 0.72% | 0.85% | - |
| XYZ | 42.68 | 41.08 | 10.1 | - |
| YUV | 167.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 61 | 0 | 0.26 | 0.72 | 0.15 | 38.6 | 0.68 | 0.55 |
| Hex | DA | A2 | 3D | 0 | 1A | 48 | F | 27 | 44 | 37 |
| Octal | 332 | 242 | 75 | 0 | 32 | 110 | 17 | 47 | 104 | 67 |
| Binary | 11011010 | 10100010 | 111101 | 0 | 11010 | 1001000 | 1111 | 100111 | 1000100 | 110111 |
Color Harmonies of #DAA23D
Complementary color
Monochromatic Colors of #DAA23D
Black with #DAA23D
Text Example
Text Example
White with #DAA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA23D; }
p { color: rgb(218,162,61); }
H1.HeaderClassName
{
color: #DAA23D;
}
.AnyTagClassName
{
color: #DAA23D;
}
</style>
background-color css
<style>
a { background-color: #DAA23D; }
a { background-color: rgb(218,162,61); }
div.DivClassName
{
background-color: #DAA23D;
}
.BgClassName
{
background-color: #DAA23D;
}
</style>
border-color css
<style>
span { border-color: #DAA23D; }
span { border-color: rgb(218,162,61); }
td.TdClassName
{
border-color: #DAA23D;
}
.TagClassName
{
border-color: #DAA23D;
}
</style>