Shades of Tulip Tree #DDA23D
Tints of Tulip Tree #DDA23D
RGB
CMYK
RGB Variations
Color information
#DDA23D (or 0xDDA23D) is known color: Tulip Tree. HEX triplet: DD, A2 and 3D. RGB value is (221,162,61). Sum of RGB (Red+Green+Blue) = 221+162+61=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA23D is #225DC2. Grayscale: #A8A8A8. Windows color (decimal): -2252227 or 4039389. OLE color: 4039389.
HSL color Cylindrical-coordinate representation of color #DDA23D: hue angle of 37.88º 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 #DDA23D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 61 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.13 |
| HSL | 37.88º | 0.7% | 0.55% | - |
| HSV(B) | 37.88º | 0.72% | 0.87% | - |
| XYZ | 43.58 | 41.55 | 10.14 | - |
| YUV | 168.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 61 | 0 | 0.27 | 0.72 | 0.13 | 37.88 | 0.7 | 0.55 |
| Hex | DD | A2 | 3D | 0 | 1B | 48 | D | 26 | 46 | 37 |
| Octal | 335 | 242 | 75 | 0 | 33 | 110 | 15 | 46 | 106 | 67 |
| Binary | 11011101 | 10100010 | 111101 | 0 | 11011 | 1001000 | 1101 | 100110 | 1000110 | 110111 |
Color Harmonies of #DDA23D
Complementary color
Monochromatic Colors of #DDA23D
Black with #DDA23D
Text Example
Text Example
White with #DDA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA23D; }
p { color: rgb(221,162,61); }
H1.HeaderClassName
{
color: #DDA23D;
}
.AnyTagClassName
{
color: #DDA23D;
}
</style>
background-color css
<style>
a { background-color: #DDA23D; }
a { background-color: rgb(221,162,61); }
div.DivClassName
{
background-color: #DDA23D;
}
.BgClassName
{
background-color: #DDA23D;
}
</style>
border-color css
<style>
span { border-color: #DDA23D; }
span { border-color: rgb(221,162,61); }
td.TdClassName
{
border-color: #DDA23D;
}
.TagClassName
{
border-color: #DDA23D;
}
</style>