Shades of Tulip Tree #DDB13A
Tints of Tulip Tree #DDB13A
RGB
CMYK
RGB Variations
Color information
#DDB13A (or 0xDDB13A) is known color: Tulip Tree. HEX triplet: DD, B1 and 3A. RGB value is (221,177,58). Sum of RGB (Red+Green+Blue) = 221+177+58=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB13A is #224EC5. Grayscale: #B1B1B1. Windows color (decimal): -2248390 or 3846621. OLE color: 3846621.
HSL color Cylindrical-coordinate representation of color #DDB13A: hue angle of 43.8º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDB13A is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 58 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.13 |
| HSL | 43.8º | 0.71% | 0.55% | - |
| HSV(B) | 43.8º | 0.74% | 0.87% | - |
| XYZ | 46.3 | 47.12 | 10.66 | - |
| YUV | 176.59 | 61.08 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 58 | 0 | 0.20 | 0.74 | 0.13 | 43.8 | 0.71 | 0.55 |
| Hex | DD | B1 | 3A | 0 | 14 | 4A | D | 2C | 47 | 37 |
| Octal | 335 | 261 | 72 | 0 | 24 | 112 | 15 | 54 | 107 | 67 |
| Binary | 11011101 | 10110001 | 111010 | 0 | 10100 | 1001010 | 1101 | 101100 | 1000111 | 110111 |
Color Harmonies of #DDB13A
Complementary color
Monochromatic Colors of #DDB13A
Black with #DDB13A
Text Example
Text Example
White with #DDB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB13A; }
p { color: rgb(221,177,58); }
H1.HeaderClassName
{
color: #DDB13A;
}
.AnyTagClassName
{
color: #DDB13A;
}
</style>
background-color css
<style>
a { background-color: #DDB13A; }
a { background-color: rgb(221,177,58); }
div.DivClassName
{
background-color: #DDB13A;
}
.BgClassName
{
background-color: #DDB13A;
}
</style>
border-color css
<style>
span { border-color: #DDB13A; }
span { border-color: rgb(221,177,58); }
td.TdClassName
{
border-color: #DDB13A;
}
.TagClassName
{
border-color: #DDB13A;
}
</style>