Shades of Tulip Tree #DDB542
Tints of Tulip Tree #DDB542
RGB
CMYK
RGB Variations
Color information
#DDB542 (or 0xDDB542) is known color: Tulip Tree. HEX triplet: DD, B5 and 42. RGB value is (221,181,66). Sum of RGB (Red+Green+Blue) = 221+181+66=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB542 is #224ABD. Grayscale: #B4B4B4. Windows color (decimal): -2247358 or 4371933. OLE color: 4371933.
HSL color Cylindrical-coordinate representation of color #DDB542: hue angle of 44.52º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDB542 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 66 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.13 |
| HSL | 44.52º | 0.7% | 0.56% | - |
| HSV(B) | 44.52º | 0.7% | 0.87% | - |
| XYZ | 47.33 | 48.81 | 12.08 | - |
| YUV | 179.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 66 | 0 | 0.18 | 0.70 | 0.13 | 44.52 | 0.7 | 0.56 |
| Hex | DD | B5 | 42 | 0 | 12 | 46 | D | 2D | 46 | 38 |
| Octal | 335 | 265 | 102 | 0 | 22 | 106 | 15 | 55 | 106 | 70 |
| Binary | 11011101 | 10110101 | 1000010 | 0 | 10010 | 1000110 | 1101 | 101101 | 1000110 | 111000 |
Color Harmonies of #DDB542
Complementary color
Monochromatic Colors of #DDB542
Black with #DDB542
Text Example
Text Example
White with #DDB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB542; }
p { color: rgb(221,181,66); }
H1.HeaderClassName
{
color: #DDB542;
}
.AnyTagClassName
{
color: #DDB542;
}
</style>
background-color css
<style>
a { background-color: #DDB542; }
a { background-color: rgb(221,181,66); }
div.DivClassName
{
background-color: #DDB542;
}
.BgClassName
{
background-color: #DDB542;
}
</style>
border-color css
<style>
span { border-color: #DDB542; }
span { border-color: rgb(221,181,66); }
td.TdClassName
{
border-color: #DDB542;
}
.TagClassName
{
border-color: #DDB542;
}
</style>