Shades of Tulip Tree #DDB342
Tints of Tulip Tree #DDB342
RGB
CMYK
RGB Variations
Color information
#DDB342 (or 0xDDB342) is known color: Tulip Tree. HEX triplet: DD, B3 and 42. RGB value is (221,179,66). Sum of RGB (Red+Green+Blue) = 221+179+66=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB342 is #224CBD. Grayscale: #B3B3B3. Windows color (decimal): -2247870 or 4371421. OLE color: 4371421.
HSL color Cylindrical-coordinate representation of color #DDB342: hue angle of 43.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDB342 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 66 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.13 |
| HSL | 43.74º | 0.7% | 0.56% | - |
| HSV(B) | 43.74º | 0.7% | 0.87% | - |
| XYZ | 46.92 | 48.01 | 11.95 | - |
| YUV | 178.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 66 | 0 | 0.19 | 0.70 | 0.13 | 43.74 | 0.7 | 0.56 |
| Hex | DD | B3 | 42 | 0 | 13 | 46 | D | 2C | 46 | 38 |
| Octal | 335 | 263 | 102 | 0 | 23 | 106 | 15 | 54 | 106 | 70 |
| Binary | 11011101 | 10110011 | 1000010 | 0 | 10011 | 1000110 | 1101 | 101100 | 1000110 | 111000 |
Color Harmonies of #DDB342
Complementary color
Monochromatic Colors of #DDB342
Black with #DDB342
Text Example
Text Example
White with #DDB342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB342; }
p { color: rgb(221,179,66); }
H1.HeaderClassName
{
color: #DDB342;
}
.AnyTagClassName
{
color: #DDB342;
}
</style>
background-color css
<style>
a { background-color: #DDB342; }
a { background-color: rgb(221,179,66); }
div.DivClassName
{
background-color: #DDB342;
}
.BgClassName
{
background-color: #DDB342;
}
</style>
border-color css
<style>
span { border-color: #DDB342; }
span { border-color: rgb(221,179,66); }
td.TdClassName
{
border-color: #DDB342;
}
.TagClassName
{
border-color: #DDB342;
}
</style>