Shades of Tulip Tree #DDB741
Tints of Tulip Tree #DDB741
RGB
CMYK
RGB Variations
Color information
#DDB741 (or 0xDDB741) is known color: Tulip Tree. HEX triplet: DD, B7 and 41. RGB value is (221,183,65). Sum of RGB (Red+Green+Blue) = 221+183+65=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB741 is #2248BE. Grayscale: #B5B5B5. Windows color (decimal): -2246847 or 4306909. OLE color: 4306909.
HSL color Cylindrical-coordinate representation of color #DDB741: hue angle of 45.38º 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 #DDB741 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 65 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.13 |
| HSL | 45.38º | 0.7% | 0.56% | - |
| HSV(B) | 45.38º | 0.71% | 0.87% | - |
| XYZ | 47.71 | 49.62 | 12.06 | - |
| YUV | 180.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 65 | 0 | 0.17 | 0.71 | 0.13 | 45.38 | 0.7 | 0.56 |
| Hex | DD | B7 | 41 | 0 | 11 | 47 | D | 2D | 46 | 38 |
| Octal | 335 | 267 | 101 | 0 | 21 | 107 | 15 | 55 | 106 | 70 |
| Binary | 11011101 | 10110111 | 1000001 | 0 | 10001 | 1000111 | 1101 | 101101 | 1000110 | 111000 |
Color Harmonies of #DDB741
Complementary color
Monochromatic Colors of #DDB741
Black with #DDB741
Text Example
Text Example
White with #DDB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB741; }
p { color: rgb(221,183,65); }
H1.HeaderClassName
{
color: #DDB741;
}
.AnyTagClassName
{
color: #DDB741;
}
</style>
background-color css
<style>
a { background-color: #DDB741; }
a { background-color: rgb(221,183,65); }
div.DivClassName
{
background-color: #DDB741;
}
.BgClassName
{
background-color: #DDB741;
}
</style>
border-color css
<style>
span { border-color: #DDB741; }
span { border-color: rgb(221,183,65); }
td.TdClassName
{
border-color: #DDB741;
}
.TagClassName
{
border-color: #DDB741;
}
</style>