Shades of Tulip Tree #DDB43E
Tints of Tulip Tree #DDB43E
RGB
CMYK
RGB Variations
Color information
#DDB43E (or 0xDDB43E) is known color: Tulip Tree. HEX triplet: DD, B4 and 3E. RGB value is (221,180,62). Sum of RGB (Red+Green+Blue) = 221+180+62=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB43E is #224BC1. Grayscale: #B3B3B3. Windows color (decimal): -2247618 or 4109533. OLE color: 4109533.
HSL color Cylindrical-coordinate representation of color #DDB43E: hue angle of 44.53º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDB43E is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 62 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.13 |
| HSL | 44.53º | 0.7% | 0.55% | - |
| HSV(B) | 44.53º | 0.72% | 0.87% | - |
| XYZ | 47.01 | 48.36 | 11.41 | - |
| YUV | 178.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 62 | 0 | 0.19 | 0.72 | 0.13 | 44.53 | 0.7 | 0.55 |
| Hex | DD | B4 | 3E | 0 | 13 | 48 | D | 2D | 46 | 37 |
| Octal | 335 | 264 | 76 | 0 | 23 | 110 | 15 | 55 | 106 | 67 |
| Binary | 11011101 | 10110100 | 111110 | 0 | 10011 | 1001000 | 1101 | 101101 | 1000110 | 110111 |
Color Harmonies of #DDB43E
Complementary color
Monochromatic Colors of #DDB43E
Black with #DDB43E
Text Example
Text Example
White with #DDB43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB43E; }
p { color: rgb(221,180,62); }
H1.HeaderClassName
{
color: #DDB43E;
}
.AnyTagClassName
{
color: #DDB43E;
}
</style>
background-color css
<style>
a { background-color: #DDB43E; }
a { background-color: rgb(221,180,62); }
div.DivClassName
{
background-color: #DDB43E;
}
.BgClassName
{
background-color: #DDB43E;
}
</style>
border-color css
<style>
span { border-color: #DDB43E; }
span { border-color: rgb(221,180,62); }
td.TdClassName
{
border-color: #DDB43E;
}
.TagClassName
{
border-color: #DDB43E;
}
</style>