Shades of Tulip Tree #DDB53F
Tints of Tulip Tree #DDB53F
RGB
CMYK
RGB Variations
Color information
#DDB53F (or 0xDDB53F) is known color: Tulip Tree. HEX triplet: DD, B5 and 3F. RGB value is (221,181,63). Sum of RGB (Red+Green+Blue) = 221+181+63=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB53F is #224AC0. Grayscale: #B4B4B4. Windows color (decimal): -2247361 or 4175325. OLE color: 4175325.
HSL color Cylindrical-coordinate representation of color #DDB53F: hue angle of 44.81º 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 #DDB53F is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 63 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.13 |
| HSL | 44.81º | 0.7% | 0.56% | - |
| HSV(B) | 44.81º | 0.71% | 0.87% | - |
| XYZ | 47.24 | 48.78 | 11.63 | - |
| YUV | 179.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 63 | 0 | 0.18 | 0.71 | 0.13 | 44.81 | 0.7 | 0.56 |
| Hex | DD | B5 | 3F | 0 | 12 | 47 | D | 2D | 46 | 38 |
| Octal | 335 | 265 | 77 | 0 | 22 | 107 | 15 | 55 | 106 | 70 |
| Binary | 11011101 | 10110101 | 111111 | 0 | 10010 | 1000111 | 1101 | 101101 | 1000110 | 111000 |
Color Harmonies of #DDB53F
Complementary color
Monochromatic Colors of #DDB53F
Black with #DDB53F
Text Example
Text Example
White with #DDB53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB53F; }
p { color: rgb(221,181,63); }
H1.HeaderClassName
{
color: #DDB53F;
}
.AnyTagClassName
{
color: #DDB53F;
}
</style>
background-color css
<style>
a { background-color: #DDB53F; }
a { background-color: rgb(221,181,63); }
div.DivClassName
{
background-color: #DDB53F;
}
.BgClassName
{
background-color: #DDB53F;
}
</style>
border-color css
<style>
span { border-color: #DDB53F; }
span { border-color: rgb(221,181,63); }
td.TdClassName
{
border-color: #DDB53F;
}
.TagClassName
{
border-color: #DDB53F;
}
</style>