Shades of Tulip Tree #D9A33C
Tints of Tulip Tree #D9A33C
RGB
CMYK
RGB Variations
Color information
#D9A33C (or 0xD9A33C) is known color: Tulip Tree. HEX triplet: D9, A3 and 3C. RGB value is (217,163,60). Sum of RGB (Red+Green+Blue) = 217+163+60=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A33C is #265CC3. Grayscale: #A7A7A7. Windows color (decimal): -2514116 or 3974105. OLE color: 3974105.
HSL color Cylindrical-coordinate representation of color #D9A33C: hue angle of 39.36º 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 #D9A33C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 60 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.15 |
| HSL | 39.36º | 0.67% | 0.54% | - |
| HSV(B) | 39.36º | 0.72% | 0.85% | - |
| XYZ | 42.53 | 41.27 | 10 | - |
| YUV | 167.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 60 | 0 | 0.25 | 0.72 | 0.15 | 39.36 | 0.67 | 0.54 |
| Hex | D9 | A3 | 3C | 0 | 19 | 48 | F | 27 | 43 | 36 |
| Octal | 331 | 243 | 74 | 0 | 31 | 110 | 17 | 47 | 103 | 66 |
| Binary | 11011001 | 10100011 | 111100 | 0 | 11001 | 1001000 | 1111 | 100111 | 1000011 | 110110 |
Color Harmonies of #D9A33C
Complementary color
Monochromatic Colors of #D9A33C
Black with #D9A33C
Text Example
Text Example
White with #D9A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A33C; }
p { color: rgb(217,163,60); }
H1.HeaderClassName
{
color: #D9A33C;
}
.AnyTagClassName
{
color: #D9A33C;
}
</style>
background-color css
<style>
a { background-color: #D9A33C; }
a { background-color: rgb(217,163,60); }
div.DivClassName
{
background-color: #D9A33C;
}
.BgClassName
{
background-color: #D9A33C;
}
</style>
border-color css
<style>
span { border-color: #D9A33C; }
span { border-color: rgb(217,163,60); }
td.TdClassName
{
border-color: #D9A33C;
}
.TagClassName
{
border-color: #D9A33C;
}
</style>