Shades of Tulip Tree #D9A23C
Tints of Tulip Tree #D9A23C
RGB
CMYK
RGB Variations
Color information
#D9A23C (or 0xD9A23C) is known color: Tulip Tree. HEX triplet: D9, A2 and 3C. RGB value is (217,162,60). Sum of RGB (Red+Green+Blue) = 217+162+60=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A23C is #265DC3. Grayscale: #A7A7A7. Windows color (decimal): -2514372 or 3973849. OLE color: 3973849.
HSL color Cylindrical-coordinate representation of color #D9A23C: hue angle of 38.98º 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 #D9A23C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 60 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.15 |
| HSL | 38.98º | 0.67% | 0.54% | - |
| HSV(B) | 38.98º | 0.72% | 0.85% | - |
| XYZ | 42.35 | 40.92 | 9.94 | - |
| YUV | 166.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 60 | 0 | 0.25 | 0.72 | 0.15 | 38.98 | 0.67 | 0.54 |
| Hex | D9 | A2 | 3C | 0 | 19 | 48 | F | 27 | 43 | 36 |
| Octal | 331 | 242 | 74 | 0 | 31 | 110 | 17 | 47 | 103 | 66 |
| Binary | 11011001 | 10100010 | 111100 | 0 | 11001 | 1001000 | 1111 | 100111 | 1000011 | 110110 |
Color Harmonies of #D9A23C
Complementary color
Monochromatic Colors of #D9A23C
Black with #D9A23C
Text Example
Text Example
White with #D9A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A23C; }
p { color: rgb(217,162,60); }
H1.HeaderClassName
{
color: #D9A23C;
}
.AnyTagClassName
{
color: #D9A23C;
}
</style>
background-color css
<style>
a { background-color: #D9A23C; }
a { background-color: rgb(217,162,60); }
div.DivClassName
{
background-color: #D9A23C;
}
.BgClassName
{
background-color: #D9A23C;
}
</style>
border-color css
<style>
span { border-color: #D9A23C; }
span { border-color: rgb(217,162,60); }
td.TdClassName
{
border-color: #D9A23C;
}
.TagClassName
{
border-color: #D9A23C;
}
</style>