Shades of Tulip Tree #D8A23F
Tints of Tulip Tree #D8A23F
RGB
CMYK
RGB Variations
Color information
#D8A23F (or 0xD8A23F) is known color: Tulip Tree. HEX triplet: D8, A2 and 3F. RGB value is (216,162,63). Sum of RGB (Red+Green+Blue) = 216+162+63=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A23F is #275DC0. Grayscale: #A7A7A7. Windows color (decimal): -2579905 or 4170456. OLE color: 4170456.
HSL color Cylindrical-coordinate representation of color #D8A23F: hue angle of 38.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8A23F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 63 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.15 |
| HSL | 38.82º | 0.66% | 0.55% | - |
| HSV(B) | 38.82º | 0.71% | 0.85% | - |
| XYZ | 42.14 | 40.8 | 10.36 | - |
| YUV | 166.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 63 | 0 | 0.25 | 0.71 | 0.15 | 38.82 | 0.66 | 0.55 |
| Hex | D8 | A2 | 3F | 0 | 19 | 47 | F | 27 | 42 | 37 |
| Octal | 330 | 242 | 77 | 0 | 31 | 107 | 17 | 47 | 102 | 67 |
| Binary | 11011000 | 10100010 | 111111 | 0 | 11001 | 1000111 | 1111 | 100111 | 1000010 | 110111 |
Color Harmonies of #D8A23F
Complementary color
Monochromatic Colors of #D8A23F
Black with #D8A23F
Text Example
Text Example
White with #D8A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A23F; }
p { color: rgb(216,162,63); }
H1.HeaderClassName
{
color: #D8A23F;
}
.AnyTagClassName
{
color: #D8A23F;
}
</style>
background-color css
<style>
a { background-color: #D8A23F; }
a { background-color: rgb(216,162,63); }
div.DivClassName
{
background-color: #D8A23F;
}
.BgClassName
{
background-color: #D8A23F;
}
</style>
border-color css
<style>
span { border-color: #D8A23F; }
span { border-color: rgb(216,162,63); }
td.TdClassName
{
border-color: #D8A23F;
}
.TagClassName
{
border-color: #D8A23F;
}
</style>