Shades of Tulip Tree #D8A63D
Tints of Tulip Tree #D8A63D
RGB
CMYK
RGB Variations
Color information
#D8A63D (or 0xD8A63D) is known color: Tulip Tree. HEX triplet: D8, A6 and 3D. RGB value is (216,166,61). Sum of RGB (Red+Green+Blue) = 216+166+61=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A63D is #2759C2. Grayscale: #A9A9A9. Windows color (decimal): -2578883 or 4040408. OLE color: 4040408.
HSL color Cylindrical-coordinate representation of color #D8A63D: hue angle of 40.65º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8A63D is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 61 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.15 |
| HSL | 40.65º | 0.67% | 0.54% | - |
| HSV(B) | 40.65º | 0.72% | 0.85% | - |
| XYZ | 42.8 | 42.21 | 10.31 | - |
| YUV | 168.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 61 | 0 | 0.23 | 0.72 | 0.15 | 40.65 | 0.67 | 0.54 |
| Hex | D8 | A6 | 3D | 0 | 17 | 48 | F | 29 | 43 | 36 |
| Octal | 330 | 246 | 75 | 0 | 27 | 110 | 17 | 51 | 103 | 66 |
| Binary | 11011000 | 10100110 | 111101 | 0 | 10111 | 1001000 | 1111 | 101001 | 1000011 | 110110 |
Color Harmonies of #D8A63D
Complementary color
Monochromatic Colors of #D8A63D
Black with #D8A63D
Text Example
Text Example
White with #D8A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A63D; }
p { color: rgb(216,166,61); }
H1.HeaderClassName
{
color: #D8A63D;
}
.AnyTagClassName
{
color: #D8A63D;
}
</style>
background-color css
<style>
a { background-color: #D8A63D; }
a { background-color: rgb(216,166,61); }
div.DivClassName
{
background-color: #D8A63D;
}
.BgClassName
{
background-color: #D8A63D;
}
</style>
border-color css
<style>
span { border-color: #D8A63D; }
span { border-color: rgb(216,166,61); }
td.TdClassName
{
border-color: #D8A63D;
}
.TagClassName
{
border-color: #D8A63D;
}
</style>