Shades of Tulip Tree #DDA546
Tints of Tulip Tree #DDA546
RGB
CMYK
RGB Variations
Color information
#DDA546 (or 0xDDA546) is known color: Tulip Tree. HEX triplet: DD, A5 and 46. RGB value is (221,165,70). Sum of RGB (Red+Green+Blue) = 221+165+70=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA546 is #225AB9. Grayscale: #ABABAB. Windows color (decimal): -2251450 or 4629981. OLE color: 4629981.
HSL color Cylindrical-coordinate representation of color #DDA546: hue angle of 37.75º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDA546 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 70 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.13 |
| HSL | 37.75º | 0.69% | 0.57% | - |
| HSV(B) | 37.75º | 0.68% | 0.87% | - |
| XYZ | 44.38 | 42.72 | 11.7 | - |
| YUV | 170.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 70 | 0 | 0.25 | 0.68 | 0.13 | 37.75 | 0.69 | 0.57 |
| Hex | DD | A5 | 46 | 0 | 19 | 44 | D | 26 | 45 | 39 |
| Octal | 335 | 245 | 106 | 0 | 31 | 104 | 15 | 46 | 105 | 71 |
| Binary | 11011101 | 10100101 | 1000110 | 0 | 11001 | 1000100 | 1101 | 100110 | 1000101 | 111001 |
Color Harmonies of #DDA546
Complementary color
Monochromatic Colors of #DDA546
Black with #DDA546
Text Example
Text Example
White with #DDA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA546; }
p { color: rgb(221,165,70); }
H1.HeaderClassName
{
color: #DDA546;
}
.AnyTagClassName
{
color: #DDA546;
}
</style>
background-color css
<style>
a { background-color: #DDA546; }
a { background-color: rgb(221,165,70); }
div.DivClassName
{
background-color: #DDA546;
}
.BgClassName
{
background-color: #DDA546;
}
</style>
border-color css
<style>
span { border-color: #DDA546; }
span { border-color: rgb(221,165,70); }
td.TdClassName
{
border-color: #DDA546;
}
.TagClassName
{
border-color: #DDA546;
}
</style>