Shades of Tulip Tree #D8AA42
Tints of Tulip Tree #D8AA42
RGB
CMYK
RGB Variations
Color information
#D8AA42 (or 0xD8AA42) is known color: Tulip Tree. HEX triplet: D8, AA and 42. RGB value is (216,170,66). Sum of RGB (Red+Green+Blue) = 216+170+66=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA42 is #2755BD. Grayscale: #ACACAC. Windows color (decimal): -2577854 or 4369112. OLE color: 4369112.
HSL color Cylindrical-coordinate representation of color #D8AA42: hue angle of 41.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8AA42 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 66 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.15 |
| HSL | 41.6º | 0.66% | 0.55% | - |
| HSV(B) | 41.6º | 0.69% | 0.85% | - |
| XYZ | 43.68 | 43.74 | 11.3 | - |
| YUV | 171.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 66 | 0 | 0.21 | 0.69 | 0.15 | 41.6 | 0.66 | 0.55 |
| Hex | D8 | AA | 42 | 0 | 15 | 45 | F | 2A | 42 | 37 |
| Octal | 330 | 252 | 102 | 0 | 25 | 105 | 17 | 52 | 102 | 67 |
| Binary | 11011000 | 10101010 | 1000010 | 0 | 10101 | 1000101 | 1111 | 101010 | 1000010 | 110111 |
Color Harmonies of #D8AA42
Complementary color
Monochromatic Colors of #D8AA42
Black with #D8AA42
Text Example
Text Example
White with #D8AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA42; }
p { color: rgb(216,170,66); }
H1.HeaderClassName
{
color: #D8AA42;
}
.AnyTagClassName
{
color: #D8AA42;
}
</style>
background-color css
<style>
a { background-color: #D8AA42; }
a { background-color: rgb(216,170,66); }
div.DivClassName
{
background-color: #D8AA42;
}
.BgClassName
{
background-color: #D8AA42;
}
</style>
border-color css
<style>
span { border-color: #D8AA42; }
span { border-color: rgb(216,170,66); }
td.TdClassName
{
border-color: #D8AA42;
}
.TagClassName
{
border-color: #D8AA42;
}
</style>