Shades of Tulip Tree #D8A23A
Tints of Tulip Tree #D8A23A
RGB
CMYK
RGB Variations
Color information
#D8A23A (or 0xD8A23A) is known color: Tulip Tree. HEX triplet: D8, A2 and 3A. RGB value is (216,162,58). Sum of RGB (Red+Green+Blue) = 216+162+58=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A23A is #275DC5. Grayscale: #A6A6A6. Windows color (decimal): -2579910 or 3842776. OLE color: 3842776.
HSL color Cylindrical-coordinate representation of color #D8A23A: hue angle of 39.49º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8A23A is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 58 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.15 |
| HSL | 39.49º | 0.67% | 0.54% | - |
| HSV(B) | 39.49º | 0.73% | 0.85% | - |
| XYZ | 42 | 40.75 | 9.65 | - |
| YUV | 166.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 58 | 0 | 0.25 | 0.73 | 0.15 | 39.49 | 0.67 | 0.54 |
| Hex | D8 | A2 | 3A | 0 | 19 | 49 | F | 27 | 43 | 36 |
| Octal | 330 | 242 | 72 | 0 | 31 | 111 | 17 | 47 | 103 | 66 |
| Binary | 11011000 | 10100010 | 111010 | 0 | 11001 | 1001001 | 1111 | 100111 | 1000011 | 110110 |
Color Harmonies of #D8A23A
Complementary color
Monochromatic Colors of #D8A23A
Black with #D8A23A
Text Example
Text Example
White with #D8A23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A23A; }
p { color: rgb(216,162,58); }
H1.HeaderClassName
{
color: #D8A23A;
}
.AnyTagClassName
{
color: #D8A23A;
}
</style>
background-color css
<style>
a { background-color: #D8A23A; }
a { background-color: rgb(216,162,58); }
div.DivClassName
{
background-color: #D8A23A;
}
.BgClassName
{
background-color: #D8A23A;
}
</style>
border-color css
<style>
span { border-color: #D8A23A; }
span { border-color: rgb(216,162,58); }
td.TdClassName
{
border-color: #D8A23A;
}
.TagClassName
{
border-color: #D8A23A;
}
</style>