Shades of Tulip Tree #DDB240
Tints of Tulip Tree #DDB240
RGB
CMYK
RGB Variations
Color information
#DDB240 (or 0xDDB240) is known color: Tulip Tree. HEX triplet: DD, B2 and 40. RGB value is (221,178,64). Sum of RGB (Red+Green+Blue) = 221+178+64=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB240 is #224DBF. Grayscale: #B2B2B2. Windows color (decimal): -2248128 or 4240093. OLE color: 4240093.
HSL color Cylindrical-coordinate representation of color #DDB240: hue angle of 43.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDB240 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 64 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.13 |
| HSL | 43.57º | 0.7% | 0.56% | - |
| HSV(B) | 43.57º | 0.71% | 0.87% | - |
| XYZ | 46.66 | 47.58 | 11.58 | - |
| YUV | 177.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 64 | 0 | 0.19 | 0.71 | 0.13 | 43.57 | 0.7 | 0.56 |
| Hex | DD | B2 | 40 | 0 | 13 | 47 | D | 2C | 46 | 38 |
| Octal | 335 | 262 | 100 | 0 | 23 | 107 | 15 | 54 | 106 | 70 |
| Binary | 11011101 | 10110010 | 1000000 | 0 | 10011 | 1000111 | 1101 | 101100 | 1000110 | 111000 |
Color Harmonies of #DDB240
Complementary color
Monochromatic Colors of #DDB240
Black with #DDB240
Text Example
Text Example
White with #DDB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB240; }
p { color: rgb(221,178,64); }
H1.HeaderClassName
{
color: #DDB240;
}
.AnyTagClassName
{
color: #DDB240;
}
</style>
background-color css
<style>
a { background-color: #DDB240; }
a { background-color: rgb(221,178,64); }
div.DivClassName
{
background-color: #DDB240;
}
.BgClassName
{
background-color: #DDB240;
}
</style>
border-color css
<style>
span { border-color: #DDB240; }
span { border-color: rgb(221,178,64); }
td.TdClassName
{
border-color: #DDB240;
}
.TagClassName
{
border-color: #DDB240;
}
</style>