Shades of Tulip Tree #DDB145
Tints of Tulip Tree #DDB145
RGB
CMYK
RGB Variations
Color information
#DDB145 (or 0xDDB145) is known color: Tulip Tree. HEX triplet: DD, B1 and 45. RGB value is (221,177,69). Sum of RGB (Red+Green+Blue) = 221+177+69=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB145 is #224EBA. Grayscale: #B2B2B2. Windows color (decimal): -2248379 or 4567517. OLE color: 4567517.
HSL color Cylindrical-coordinate representation of color #DDB145: hue angle of 42.63º 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 #DDB145 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 69 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.13 |
| HSL | 42.63º | 0.69% | 0.57% | - |
| HSV(B) | 42.63º | 0.69% | 0.87% | - |
| XYZ | 46.62 | 47.25 | 12.29 | - |
| YUV | 177.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 69 | 0 | 0.20 | 0.69 | 0.13 | 42.63 | 0.69 | 0.57 |
| Hex | DD | B1 | 45 | 0 | 14 | 45 | D | 2B | 45 | 39 |
| Octal | 335 | 261 | 105 | 0 | 24 | 105 | 15 | 53 | 105 | 71 |
| Binary | 11011101 | 10110001 | 1000101 | 0 | 10100 | 1000101 | 1101 | 101011 | 1000101 | 111001 |
Color Harmonies of #DDB145
Complementary color
Monochromatic Colors of #DDB145
Black with #DDB145
Text Example
Text Example
White with #DDB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB145; }
p { color: rgb(221,177,69); }
H1.HeaderClassName
{
color: #DDB145;
}
.AnyTagClassName
{
color: #DDB145;
}
</style>
background-color css
<style>
a { background-color: #DDB145; }
a { background-color: rgb(221,177,69); }
div.DivClassName
{
background-color: #DDB145;
}
.BgClassName
{
background-color: #DDB145;
}
</style>
border-color css
<style>
span { border-color: #DDB145; }
span { border-color: rgb(221,177,69); }
td.TdClassName
{
border-color: #DDB145;
}
.TagClassName
{
border-color: #DDB145;
}
</style>