Shades of Tulip Tree #DDB43D
Tints of Tulip Tree #DDB43D
RGB
CMYK
RGB Variations
Color information
#DDB43D (or 0xDDB43D) is known color: Tulip Tree. HEX triplet: DD, B4 and 3D. RGB value is (221,180,61). Sum of RGB (Red+Green+Blue) = 221+180+61=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB43D is #224BC2. Grayscale: #B3B3B3. Windows color (decimal): -2247619 or 4043997. OLE color: 4043997.
HSL color Cylindrical-coordinate representation of color #DDB43D: hue angle of 44.62º 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 #DDB43D is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 61 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.13 |
| HSL | 44.63º | 0.7% | 0.55% | - |
| HSV(B) | 44.63º | 0.72% | 0.87% | - |
| XYZ | 46.98 | 48.35 | 11.27 | - |
| YUV | 178.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 61 | 0 | 0.19 | 0.72 | 0.13 | 44.63 | 0.7 | 0.55 |
| Hex | DD | B4 | 3D | 0 | 13 | 48 | D | 2D | 46 | 37 |
| Octal | 335 | 264 | 75 | 0 | 23 | 110 | 15 | 55 | 106 | 67 |
| Binary | 11011101 | 10110100 | 111101 | 0 | 10011 | 1001000 | 1101 | 101101 | 1000110 | 110111 |
Color Harmonies of #DDB43D
Complementary color
Monochromatic Colors of #DDB43D
Black with #DDB43D
Text Example
Text Example
White with #DDB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB43D; }
p { color: rgb(221,180,61); }
H1.HeaderClassName
{
color: #DDB43D;
}
.AnyTagClassName
{
color: #DDB43D;
}
</style>
background-color css
<style>
a { background-color: #DDB43D; }
a { background-color: rgb(221,180,61); }
div.DivClassName
{
background-color: #DDB43D;
}
.BgClassName
{
background-color: #DDB43D;
}
</style>
border-color css
<style>
span { border-color: #DDB43D; }
span { border-color: rgb(221,180,61); }
td.TdClassName
{
border-color: #DDB43D;
}
.TagClassName
{
border-color: #DDB43D;
}
</style>