Shades of Tulip Tree #DDA33D
Tints of Tulip Tree #DDA33D
RGB
CMYK
RGB Variations
Color information
#DDA33D (or 0xDDA33D) is known color: Tulip Tree. HEX triplet: DD, A3 and 3D. RGB value is (221,163,61). Sum of RGB (Red+Green+Blue) = 221+163+61=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA33D is #225CC2. Grayscale: #A9A9A9. Windows color (decimal): -2251971 or 4039645. OLE color: 4039645.
HSL color Cylindrical-coordinate representation of color #DDA33D: hue angle of 38.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDA33D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 61 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.13 |
| HSL | 38.25º | 0.7% | 0.55% | - |
| HSV(B) | 38.25º | 0.72% | 0.87% | - |
| XYZ | 43.76 | 41.9 | 10.2 | - |
| YUV | 168.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 61 | 0 | 0.26 | 0.72 | 0.13 | 38.25 | 0.7 | 0.55 |
| Hex | DD | A3 | 3D | 0 | 1A | 48 | D | 26 | 46 | 37 |
| Octal | 335 | 243 | 75 | 0 | 32 | 110 | 15 | 46 | 106 | 67 |
| Binary | 11011101 | 10100011 | 111101 | 0 | 11010 | 1001000 | 1101 | 100110 | 1000110 | 110111 |
Color Harmonies of #DDA33D
Complementary color
Monochromatic Colors of #DDA33D
Black with #DDA33D
Text Example
Text Example
White with #DDA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA33D; }
p { color: rgb(221,163,61); }
H1.HeaderClassName
{
color: #DDA33D;
}
.AnyTagClassName
{
color: #DDA33D;
}
</style>
background-color css
<style>
a { background-color: #DDA33D; }
a { background-color: rgb(221,163,61); }
div.DivClassName
{
background-color: #DDA33D;
}
.BgClassName
{
background-color: #DDA33D;
}
</style>
border-color css
<style>
span { border-color: #DDA33D; }
span { border-color: rgb(221,163,61); }
td.TdClassName
{
border-color: #DDA33D;
}
.TagClassName
{
border-color: #DDA33D;
}
</style>