Shades of Tulip Tree #DDB045
Tints of Tulip Tree #DDB045
RGB
CMYK
RGB Variations
Color information
#DDB045 (or 0xDDB045) is known color: Tulip Tree. HEX triplet: DD, B0 and 45. RGB value is (221,176,69). Sum of RGB (Red+Green+Blue) = 221+176+69=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB045 is #224FBA. Grayscale: #B1B1B1. Windows color (decimal): -2248635 or 4567261. OLE color: 4567261.
HSL color Cylindrical-coordinate representation of color #DDB045: hue angle of 42.24º 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 #DDB045 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 69 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.13 |
| HSL | 42.24º | 0.69% | 0.57% | - |
| HSV(B) | 42.24º | 0.69% | 0.87% | - |
| XYZ | 46.42 | 46.85 | 12.23 | - |
| YUV | 177.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 69 | 0 | 0.20 | 0.69 | 0.13 | 42.24 | 0.69 | 0.57 |
| Hex | DD | B0 | 45 | 0 | 14 | 45 | D | 2A | 45 | 39 |
| Octal | 335 | 260 | 105 | 0 | 24 | 105 | 15 | 52 | 105 | 71 |
| Binary | 11011101 | 10110000 | 1000101 | 0 | 10100 | 1000101 | 1101 | 101010 | 1000101 | 111001 |
Color Harmonies of #DDB045
Complementary color
Monochromatic Colors of #DDB045
Black with #DDB045
Text Example
Text Example
White with #DDB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB045; }
p { color: rgb(221,176,69); }
H1.HeaderClassName
{
color: #DDB045;
}
.AnyTagClassName
{
color: #DDB045;
}
</style>
background-color css
<style>
a { background-color: #DDB045; }
a { background-color: rgb(221,176,69); }
div.DivClassName
{
background-color: #DDB045;
}
.BgClassName
{
background-color: #DDB045;
}
</style>
border-color css
<style>
span { border-color: #DDB045; }
span { border-color: rgb(221,176,69); }
td.TdClassName
{
border-color: #DDB045;
}
.TagClassName
{
border-color: #DDB045;
}
</style>