Shades of Tulip Tree #DDAE3A
Tints of Tulip Tree #DDAE3A
RGB
CMYK
RGB Variations
Color information
#DDAE3A (or 0xDDAE3A) is known color: Tulip Tree. HEX triplet: DD, AE and 3A. RGB value is (221,174,58). Sum of RGB (Red+Green+Blue) = 221+174+58=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE3A is #2251C5. Grayscale: #AFAFAF. Windows color (decimal): -2249158 or 3845853. OLE color: 3845853.
HSL color Cylindrical-coordinate representation of color #DDAE3A: hue angle of 42.7º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDAE3A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 58 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.13 |
| HSL | 42.7º | 0.71% | 0.55% | - |
| HSV(B) | 42.7º | 0.74% | 0.87% | - |
| XYZ | 45.72 | 45.95 | 10.46 | - |
| YUV | 174.83 | 62.07 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 58 | 0 | 0.21 | 0.74 | 0.13 | 42.7 | 0.71 | 0.55 |
| Hex | DD | AE | 3A | 0 | 15 | 4A | D | 2B | 47 | 37 |
| Octal | 335 | 256 | 72 | 0 | 25 | 112 | 15 | 53 | 107 | 67 |
| Binary | 11011101 | 10101110 | 111010 | 0 | 10101 | 1001010 | 1101 | 101011 | 1000111 | 110111 |
Color Harmonies of #DDAE3A
Complementary color
Monochromatic Colors of #DDAE3A
Black with #DDAE3A
Text Example
Text Example
White with #DDAE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAE3A; }
p { color: rgb(221,174,58); }
H1.HeaderClassName
{
color: #DDAE3A;
}
.AnyTagClassName
{
color: #DDAE3A;
}
</style>
background-color css
<style>
a { background-color: #DDAE3A; }
a { background-color: rgb(221,174,58); }
div.DivClassName
{
background-color: #DDAE3A;
}
.BgClassName
{
background-color: #DDAE3A;
}
</style>
border-color css
<style>
span { border-color: #DDAE3A; }
span { border-color: rgb(221,174,58); }
td.TdClassName
{
border-color: #DDAE3A;
}
.TagClassName
{
border-color: #DDAE3A;
}
</style>