Shades of Tulip Tree #DDA846
Tints of Tulip Tree #DDA846
RGB
CMYK
RGB Variations
Color information
#DDA846 (or 0xDDA846) is known color: Tulip Tree. HEX triplet: DD, A8 and 46. RGB value is (221,168,70). Sum of RGB (Red+Green+Blue) = 221+168+70=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA846 is #2257B9. Grayscale: #ADADAD. Windows color (decimal): -2250682 or 4630749. OLE color: 4630749.
HSL color Cylindrical-coordinate representation of color #DDA846: hue angle of 38.94º 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 #DDA846 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 70 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.13 |
| HSL | 38.94º | 0.69% | 0.57% | - |
| HSV(B) | 38.94º | 0.68% | 0.87% | - |
| XYZ | 44.93 | 43.82 | 11.88 | - |
| YUV | 172.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 70 | 0 | 0.24 | 0.68 | 0.13 | 38.94 | 0.69 | 0.57 |
| Hex | DD | A8 | 46 | 0 | 18 | 44 | D | 27 | 45 | 39 |
| Octal | 335 | 250 | 106 | 0 | 30 | 104 | 15 | 47 | 105 | 71 |
| Binary | 11011101 | 10101000 | 1000110 | 0 | 11000 | 1000100 | 1101 | 100111 | 1000101 | 111001 |
Color Harmonies of #DDA846
Complementary color
Monochromatic Colors of #DDA846
Black with #DDA846
Text Example
Text Example
White with #DDA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA846; }
p { color: rgb(221,168,70); }
H1.HeaderClassName
{
color: #DDA846;
}
.AnyTagClassName
{
color: #DDA846;
}
</style>
background-color css
<style>
a { background-color: #DDA846; }
a { background-color: rgb(221,168,70); }
div.DivClassName
{
background-color: #DDA846;
}
.BgClassName
{
background-color: #DDA846;
}
</style>
border-color css
<style>
span { border-color: #DDA846; }
span { border-color: rgb(221,168,70); }
td.TdClassName
{
border-color: #DDA846;
}
.TagClassName
{
border-color: #DDA846;
}
</style>