Shades of Tulip Tree #DDB33D
Tints of Tulip Tree #DDB33D
RGB
CMYK
RGB Variations
Color information
#DDB33D (or 0xDDB33D) is known color: Tulip Tree. HEX triplet: DD, B3 and 3D. RGB value is (221,179,61). Sum of RGB (Red+Green+Blue) = 221+179+61=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB33D is #224CC2. Grayscale: #B2B2B2. Windows color (decimal): -2247875 or 4043741. OLE color: 4043741.
HSL color Cylindrical-coordinate representation of color #DDB33D: hue angle of 44.25º 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 #DDB33D is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 61 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.13 |
| HSL | 44.25º | 0.7% | 0.55% | - |
| HSV(B) | 44.25º | 0.72% | 0.87% | - |
| XYZ | 46.78 | 47.95 | 11.2 | - |
| YUV | 178.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 61 | 0 | 0.19 | 0.72 | 0.13 | 44.25 | 0.7 | 0.55 |
| Hex | DD | B3 | 3D | 0 | 13 | 48 | D | 2C | 46 | 37 |
| Octal | 335 | 263 | 75 | 0 | 23 | 110 | 15 | 54 | 106 | 67 |
| Binary | 11011101 | 10110011 | 111101 | 0 | 10011 | 1001000 | 1101 | 101100 | 1000110 | 110111 |
Color Harmonies of #DDB33D
Complementary color
Monochromatic Colors of #DDB33D
Black with #DDB33D
Text Example
Text Example
White with #DDB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB33D; }
p { color: rgb(221,179,61); }
H1.HeaderClassName
{
color: #DDB33D;
}
.AnyTagClassName
{
color: #DDB33D;
}
</style>
background-color css
<style>
a { background-color: #DDB33D; }
a { background-color: rgb(221,179,61); }
div.DivClassName
{
background-color: #DDB33D;
}
.BgClassName
{
background-color: #DDB33D;
}
</style>
border-color css
<style>
span { border-color: #DDB33D; }
span { border-color: rgb(221,179,61); }
td.TdClassName
{
border-color: #DDB33D;
}
.TagClassName
{
border-color: #DDB33D;
}
</style>