Shades of Tulip Tree #DDB344
Tints of Tulip Tree #DDB344
RGB
CMYK
RGB Variations
Color information
#DDB344 (or 0xDDB344) is known color: Tulip Tree. HEX triplet: DD, B3 and 44. RGB value is (221,179,68). Sum of RGB (Red+Green+Blue) = 221+179+68=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB344 is #224CBB. Grayscale: #B3B3B3. Windows color (decimal): -2247868 or 4502493. OLE color: 4502493.
HSL color Cylindrical-coordinate representation of color #DDB344: hue angle of 43.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDB344 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 68 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.13 |
| HSL | 43.53º | 0.69% | 0.57% | - |
| HSV(B) | 43.53º | 0.69% | 0.87% | - |
| XYZ | 46.98 | 48.03 | 12.26 | - |
| YUV | 178.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 68 | 0 | 0.19 | 0.69 | 0.13 | 43.53 | 0.69 | 0.57 |
| Hex | DD | B3 | 44 | 0 | 13 | 45 | D | 2C | 45 | 39 |
| Octal | 335 | 263 | 104 | 0 | 23 | 105 | 15 | 54 | 105 | 71 |
| Binary | 11011101 | 10110011 | 1000100 | 0 | 10011 | 1000101 | 1101 | 101100 | 1000101 | 111001 |
Color Harmonies of #DDB344
Complementary color
Monochromatic Colors of #DDB344
Black with #DDB344
Text Example
Text Example
White with #DDB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB344; }
p { color: rgb(221,179,68); }
H1.HeaderClassName
{
color: #DDB344;
}
.AnyTagClassName
{
color: #DDB344;
}
</style>
background-color css
<style>
a { background-color: #DDB344; }
a { background-color: rgb(221,179,68); }
div.DivClassName
{
background-color: #DDB344;
}
.BgClassName
{
background-color: #DDB344;
}
</style>
border-color css
<style>
span { border-color: #DDB344; }
span { border-color: rgb(221,179,68); }
td.TdClassName
{
border-color: #DDB344;
}
.TagClassName
{
border-color: #DDB344;
}
</style>