Shades of Tulip Tree #DDB347
Tints of Tulip Tree #DDB347
RGB
CMYK
RGB Variations
Color information
#DDB347 (or 0xDDB347) is known color: Tulip Tree. HEX triplet: DD, B3 and 47. RGB value is (221,179,71). Sum of RGB (Red+Green+Blue) = 221+179+71=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB347 is #224CB8. Grayscale: #B3B3B3. Windows color (decimal): -2247865 or 4699101. OLE color: 4699101.
HSL color Cylindrical-coordinate representation of color #DDB347: hue angle of 43.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDB347 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 71 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.13 |
| HSL | 43.2º | 0.69% | 0.57% | - |
| HSV(B) | 43.2º | 0.68% | 0.87% | - |
| XYZ | 47.08 | 48.07 | 12.76 | - |
| YUV | 179.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 71 | 0 | 0.19 | 0.68 | 0.13 | 43.2 | 0.69 | 0.57 |
| Hex | DD | B3 | 47 | 0 | 13 | 44 | D | 2B | 45 | 39 |
| Octal | 335 | 263 | 107 | 0 | 23 | 104 | 15 | 53 | 105 | 71 |
| Binary | 11011101 | 10110011 | 1000111 | 0 | 10011 | 1000100 | 1101 | 101011 | 1000101 | 111001 |
Color Harmonies of #DDB347
Complementary color
Monochromatic Colors of #DDB347
Black with #DDB347
Text Example
Text Example
White with #DDB347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB347; }
p { color: rgb(221,179,71); }
H1.HeaderClassName
{
color: #DDB347;
}
.AnyTagClassName
{
color: #DDB347;
}
</style>
background-color css
<style>
a { background-color: #DDB347; }
a { background-color: rgb(221,179,71); }
div.DivClassName
{
background-color: #DDB347;
}
.BgClassName
{
background-color: #DDB347;
}
</style>
border-color css
<style>
span { border-color: #DDB347; }
span { border-color: rgb(221,179,71); }
td.TdClassName
{
border-color: #DDB347;
}
.TagClassName
{
border-color: #DDB347;
}
</style>