Shades of Tulip Tree #D9B348
Tints of Tulip Tree #D9B348
RGB
CMYK
RGB Variations
Color information
#D9B348 (or 0xD9B348) is known color: Tulip Tree. HEX triplet: D9, B3 and 48. RGB value is (217,179,72). Sum of RGB (Red+Green+Blue) = 217+179+72=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B348 is #264CB7. Grayscale: #B2B2B2. Windows color (decimal): -2510008 or 4764633. OLE color: 4764633.
HSL color Cylindrical-coordinate representation of color #D9B348: hue angle of 44.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9B348 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 72 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.15 |
| HSL | 44.28º | 0.66% | 0.57% | - |
| HSV(B) | 44.28º | 0.67% | 0.85% | - |
| XYZ | 45.91 | 47.46 | 12.87 | - |
| YUV | 178.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 72 | 0 | 0.18 | 0.67 | 0.15 | 44.28 | 0.66 | 0.57 |
| Hex | D9 | B3 | 48 | 0 | 12 | 43 | F | 2C | 42 | 39 |
| Octal | 331 | 263 | 110 | 0 | 22 | 103 | 17 | 54 | 102 | 71 |
| Binary | 11011001 | 10110011 | 1001000 | 0 | 10010 | 1000011 | 1111 | 101100 | 1000010 | 111001 |
Color Harmonies of #D9B348
Complementary color
Monochromatic Colors of #D9B348
Black with #D9B348
Text Example
Text Example
White with #D9B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B348; }
p { color: rgb(217,179,72); }
H1.HeaderClassName
{
color: #D9B348;
}
.AnyTagClassName
{
color: #D9B348;
}
</style>
background-color css
<style>
a { background-color: #D9B348; }
a { background-color: rgb(217,179,72); }
div.DivClassName
{
background-color: #D9B348;
}
.BgClassName
{
background-color: #D9B348;
}
</style>
border-color css
<style>
span { border-color: #D9B348; }
span { border-color: rgb(217,179,72); }
td.TdClassName
{
border-color: #D9B348;
}
.TagClassName
{
border-color: #D9B348;
}
</style>