Shades of Tulip Tree #DDB044
Tints of Tulip Tree #DDB044
RGB
CMYK
RGB Variations
Color information
#DDB044 (or 0xDDB044) is known color: Tulip Tree. HEX triplet: DD, B0 and 44. RGB value is (221,176,68). Sum of RGB (Red+Green+Blue) = 221+176+68=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB044 is #224FBB. Grayscale: #B1B1B1. Windows color (decimal): -2248636 or 4501725. OLE color: 4501725.
HSL color Cylindrical-coordinate representation of color #DDB044: hue angle of 42.35º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDB044 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 68 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.13 |
| HSL | 42.35º | 0.69% | 0.57% | - |
| HSV(B) | 42.35º | 0.69% | 0.87% | - |
| XYZ | 46.39 | 46.84 | 12.07 | - |
| YUV | 177.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 68 | 0 | 0.20 | 0.69 | 0.13 | 42.35 | 0.69 | 0.57 |
| Hex | DD | B0 | 44 | 0 | 14 | 45 | D | 2A | 45 | 39 |
| Octal | 335 | 260 | 104 | 0 | 24 | 105 | 15 | 52 | 105 | 71 |
| Binary | 11011101 | 10110000 | 1000100 | 0 | 10100 | 1000101 | 1101 | 101010 | 1000101 | 111001 |
Color Harmonies of #DDB044
Complementary color
Monochromatic Colors of #DDB044
Black with #DDB044
Text Example
Text Example
White with #DDB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB044; }
p { color: rgb(221,176,68); }
H1.HeaderClassName
{
color: #DDB044;
}
.AnyTagClassName
{
color: #DDB044;
}
</style>
background-color css
<style>
a { background-color: #DDB044; }
a { background-color: rgb(221,176,68); }
div.DivClassName
{
background-color: #DDB044;
}
.BgClassName
{
background-color: #DDB044;
}
</style>
border-color css
<style>
span { border-color: #DDB044; }
span { border-color: rgb(221,176,68); }
td.TdClassName
{
border-color: #DDB044;
}
.TagClassName
{
border-color: #DDB044;
}
</style>