Shades of Tulip Tree #DDB343
Tints of Tulip Tree #DDB343
RGB
CMYK
RGB Variations
Color information
#DDB343 (or 0xDDB343) is known color: Tulip Tree. HEX triplet: DD, B3 and 43. RGB value is (221,179,67). Sum of RGB (Red+Green+Blue) = 221+179+67=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB343 is #224CBC. Grayscale: #B3B3B3. Windows color (decimal): -2247869 or 4436957. OLE color: 4436957.
HSL color Cylindrical-coordinate representation of color #DDB343: hue angle of 43.64º degrees, saturation: 0.69, 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 #DDB343 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 67 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.13 |
| HSL | 43.64º | 0.69% | 0.56% | - |
| HSV(B) | 43.64º | 0.7% | 0.87% | - |
| XYZ | 46.95 | 48.02 | 12.1 | - |
| YUV | 178.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 67 | 0 | 0.19 | 0.70 | 0.13 | 43.64 | 0.69 | 0.56 |
| Hex | DD | B3 | 43 | 0 | 13 | 46 | D | 2C | 45 | 38 |
| Octal | 335 | 263 | 103 | 0 | 23 | 106 | 15 | 54 | 105 | 70 |
| Binary | 11011101 | 10110011 | 1000011 | 0 | 10011 | 1000110 | 1101 | 101100 | 1000101 | 111000 |
Color Harmonies of #DDB343
Complementary color
Monochromatic Colors of #DDB343
Black with #DDB343
Text Example
Text Example
White with #DDB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB343; }
p { color: rgb(221,179,67); }
H1.HeaderClassName
{
color: #DDB343;
}
.AnyTagClassName
{
color: #DDB343;
}
</style>
background-color css
<style>
a { background-color: #DDB343; }
a { background-color: rgb(221,179,67); }
div.DivClassName
{
background-color: #DDB343;
}
.BgClassName
{
background-color: #DDB343;
}
</style>
border-color css
<style>
span { border-color: #DDB343; }
span { border-color: rgb(221,179,67); }
td.TdClassName
{
border-color: #DDB343;
}
.TagClassName
{
border-color: #DDB343;
}
</style>