Shades of Tulip Tree #DDB348
Tints of Tulip Tree #DDB348
RGB
CMYK
RGB Variations
Color information
#DDB348 (or 0xDDB348) is known color: Tulip Tree. HEX triplet: DD, B3 and 48. RGB value is (221,179,72). Sum of RGB (Red+Green+Blue) = 221+179+72=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB348 is #224CB7. Grayscale: #B3B3B3. Windows color (decimal): -2247864 or 4764637. OLE color: 4764637.
HSL color Cylindrical-coordinate representation of color #DDB348: hue angle of 43.09º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDB348 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 72 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.13 |
| HSL | 43.09º | 0.69% | 0.57% | - |
| HSV(B) | 43.09º | 0.67% | 0.87% | - |
| XYZ | 47.11 | 48.08 | 12.93 | - |
| YUV | 179.36 | 67.41 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 72 | 0 | 0.19 | 0.67 | 0.13 | 43.09 | 0.69 | 0.57 |
| Hex | DD | B3 | 48 | 0 | 13 | 43 | D | 2B | 45 | 39 |
| Octal | 335 | 263 | 110 | 0 | 23 | 103 | 15 | 53 | 105 | 71 |
| Binary | 11011101 | 10110011 | 1001000 | 0 | 10011 | 1000011 | 1101 | 101011 | 1000101 | 111001 |
Color Harmonies of #DDB348
Complementary color
Monochromatic Colors of #DDB348
Black with #DDB348
Text Example
Text Example
White with #DDB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB348; }
p { color: rgb(221,179,72); }
H1.HeaderClassName
{
color: #DDB348;
}
.AnyTagClassName
{
color: #DDB348;
}
</style>
background-color css
<style>
a { background-color: #DDB348; }
a { background-color: rgb(221,179,72); }
div.DivClassName
{
background-color: #DDB348;
}
.BgClassName
{
background-color: #DDB348;
}
</style>
border-color css
<style>
span { border-color: #DDB348; }
span { border-color: rgb(221,179,72); }
td.TdClassName
{
border-color: #DDB348;
}
.TagClassName
{
border-color: #DDB348;
}
</style>