Shades of Tulip Tree #DDB13F
Tints of Tulip Tree #DDB13F
RGB
CMYK
RGB Variations
Color information
#DDB13F (or 0xDDB13F) is known color: Tulip Tree. HEX triplet: DD, B1 and 3F. RGB value is (221,177,63). Sum of RGB (Red+Green+Blue) = 221+177+63=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB13F is #224EC0. Grayscale: #B1B1B1. Windows color (decimal): -2248385 or 4174301. OLE color: 4174301.
HSL color Cylindrical-coordinate representation of color #DDB13F: hue angle of 43.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDB13F is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 63 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.13 |
| HSL | 43.29º | 0.7% | 0.56% | - |
| HSV(B) | 43.29º | 0.71% | 0.87% | - |
| XYZ | 46.44 | 47.18 | 11.36 | - |
| YUV | 177.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 63 | 0 | 0.20 | 0.71 | 0.13 | 43.29 | 0.7 | 0.56 |
| Hex | DD | B1 | 3F | 0 | 14 | 47 | D | 2B | 46 | 38 |
| Octal | 335 | 261 | 77 | 0 | 24 | 107 | 15 | 53 | 106 | 70 |
| Binary | 11011101 | 10110001 | 111111 | 0 | 10100 | 1000111 | 1101 | 101011 | 1000110 | 111000 |
Color Harmonies of #DDB13F
Complementary color
Monochromatic Colors of #DDB13F
Black with #DDB13F
Text Example
Text Example
White with #DDB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB13F; }
p { color: rgb(221,177,63); }
H1.HeaderClassName
{
color: #DDB13F;
}
.AnyTagClassName
{
color: #DDB13F;
}
</style>
background-color css
<style>
a { background-color: #DDB13F; }
a { background-color: rgb(221,177,63); }
div.DivClassName
{
background-color: #DDB13F;
}
.BgClassName
{
background-color: #DDB13F;
}
</style>
border-color css
<style>
span { border-color: #DDB13F; }
span { border-color: rgb(221,177,63); }
td.TdClassName
{
border-color: #DDB13F;
}
.TagClassName
{
border-color: #DDB13F;
}
</style>