Shades of Tulip Tree #DDB640
Tints of Tulip Tree #DDB640
RGB
CMYK
RGB Variations
Color information
#DDB640 (or 0xDDB640) is known color: Tulip Tree. HEX triplet: DD, B6 and 40. RGB value is (221,182,64). Sum of RGB (Red+Green+Blue) = 221+182+64=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB640 is #2249BF. Grayscale: #B4B4B4. Windows color (decimal): -2247104 or 4241117. OLE color: 4241117.
HSL color Cylindrical-coordinate representation of color #DDB640: hue angle of 45.1º 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 #DDB640 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 64 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.13 |
| HSL | 45.1º | 0.7% | 0.56% | - |
| HSV(B) | 45.1º | 0.71% | 0.87% | - |
| XYZ | 47.47 | 49.2 | 11.84 | - |
| YUV | 180.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 64 | 0 | 0.18 | 0.71 | 0.13 | 45.1 | 0.7 | 0.56 |
| Hex | DD | B6 | 40 | 0 | 12 | 47 | D | 2D | 46 | 38 |
| Octal | 335 | 266 | 100 | 0 | 22 | 107 | 15 | 55 | 106 | 70 |
| Binary | 11011101 | 10110110 | 1000000 | 0 | 10010 | 1000111 | 1101 | 101101 | 1000110 | 111000 |
Color Harmonies of #DDB640
Complementary color
Monochromatic Colors of #DDB640
Black with #DDB640
Text Example
Text Example
White with #DDB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB640; }
p { color: rgb(221,182,64); }
H1.HeaderClassName
{
color: #DDB640;
}
.AnyTagClassName
{
color: #DDB640;
}
</style>
background-color css
<style>
a { background-color: #DDB640; }
a { background-color: rgb(221,182,64); }
div.DivClassName
{
background-color: #DDB640;
}
.BgClassName
{
background-color: #DDB640;
}
</style>
border-color css
<style>
span { border-color: #DDB640; }
span { border-color: rgb(221,182,64); }
td.TdClassName
{
border-color: #DDB640;
}
.TagClassName
{
border-color: #DDB640;
}
</style>