Shades of Tulip Tree #DDB13B
Tints of Tulip Tree #DDB13B
RGB
CMYK
RGB Variations
Color information
#DDB13B (or 0xDDB13B) is known color: Tulip Tree. HEX triplet: DD, B1 and 3B. RGB value is (221,177,59). Sum of RGB (Red+Green+Blue) = 221+177+59=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB13B is #224EC4. Grayscale: #B1B1B1. Windows color (decimal): -2248389 or 3912157. OLE color: 3912157.
HSL color Cylindrical-coordinate representation of color #DDB13B: hue angle of 43.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDB13B is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 59 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.13 |
| HSL | 43.7º | 0.7% | 0.55% | - |
| HSV(B) | 43.7º | 0.73% | 0.87% | - |
| XYZ | 46.33 | 47.13 | 10.79 | - |
| YUV | 176.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 59 | 0 | 0.20 | 0.73 | 0.13 | 43.7 | 0.7 | 0.55 |
| Hex | DD | B1 | 3B | 0 | 14 | 49 | D | 2C | 46 | 37 |
| Octal | 335 | 261 | 73 | 0 | 24 | 111 | 15 | 54 | 106 | 67 |
| Binary | 11011101 | 10110001 | 111011 | 0 | 10100 | 1001001 | 1101 | 101100 | 1000110 | 110111 |
Color Harmonies of #DDB13B
Complementary color
Monochromatic Colors of #DDB13B
Black with #DDB13B
Text Example
Text Example
White with #DDB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB13B; }
p { color: rgb(221,177,59); }
H1.HeaderClassName
{
color: #DDB13B;
}
.AnyTagClassName
{
color: #DDB13B;
}
</style>
background-color css
<style>
a { background-color: #DDB13B; }
a { background-color: rgb(221,177,59); }
div.DivClassName
{
background-color: #DDB13B;
}
.BgClassName
{
background-color: #DDB13B;
}
</style>
border-color css
<style>
span { border-color: #DDB13B; }
span { border-color: rgb(221,177,59); }
td.TdClassName
{
border-color: #DDB13B;
}
.TagClassName
{
border-color: #DDB13B;
}
</style>