Shades of Tulip Tree #DDA843
Tints of Tulip Tree #DDA843
RGB
CMYK
RGB Variations
Color information
#DDA843 (or 0xDDA843) is known color: Tulip Tree. HEX triplet: DD, A8 and 43. RGB value is (221,168,67). Sum of RGB (Red+Green+Blue) = 221+168+67=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA843 is #2257BC. Grayscale: #ACACAC. Windows color (decimal): -2250685 or 4434141. OLE color: 4434141.
HSL color Cylindrical-coordinate representation of color #DDA843: hue angle of 39.35º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDA843 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 67 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.13 |
| HSL | 39.35º | 0.69% | 0.56% | - |
| HSV(B) | 39.35º | 0.7% | 0.87% | - |
| XYZ | 44.83 | 43.78 | 11.4 | - |
| YUV | 172.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 67 | 0 | 0.24 | 0.70 | 0.13 | 39.35 | 0.69 | 0.56 |
| Hex | DD | A8 | 43 | 0 | 18 | 46 | D | 27 | 45 | 38 |
| Octal | 335 | 250 | 103 | 0 | 30 | 106 | 15 | 47 | 105 | 70 |
| Binary | 11011101 | 10101000 | 1000011 | 0 | 11000 | 1000110 | 1101 | 100111 | 1000101 | 111000 |
Color Harmonies of #DDA843
Complementary color
Monochromatic Colors of #DDA843
Black with #DDA843
Text Example
Text Example
White with #DDA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA843; }
p { color: rgb(221,168,67); }
H1.HeaderClassName
{
color: #DDA843;
}
.AnyTagClassName
{
color: #DDA843;
}
</style>
background-color css
<style>
a { background-color: #DDA843; }
a { background-color: rgb(221,168,67); }
div.DivClassName
{
background-color: #DDA843;
}
.BgClassName
{
background-color: #DDA843;
}
</style>
border-color css
<style>
span { border-color: #DDA843; }
span { border-color: rgb(221,168,67); }
td.TdClassName
{
border-color: #DDA843;
}
.TagClassName
{
border-color: #DDA843;
}
</style>