Shades of Tulip Tree #DDB543
Tints of Tulip Tree #DDB543
RGB
CMYK
RGB Variations
Color information
#DDB543 (or 0xDDB543) is known color: Tulip Tree. HEX triplet: DD, B5 and 43. RGB value is (221,181,67). Sum of RGB (Red+Green+Blue) = 221+181+67=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB543 is #224ABC. Grayscale: #B4B4B4. Windows color (decimal): -2247357 or 4437469. OLE color: 4437469.
HSL color Cylindrical-coordinate representation of color #DDB543: hue angle of 44.42º 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 #DDB543 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 67 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.13 |
| HSL | 44.42º | 0.69% | 0.56% | - |
| HSV(B) | 44.42º | 0.7% | 0.87% | - |
| XYZ | 47.36 | 48.83 | 12.24 | - |
| YUV | 179.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 67 | 0 | 0.18 | 0.70 | 0.13 | 44.42 | 0.69 | 0.56 |
| Hex | DD | B5 | 43 | 0 | 12 | 46 | D | 2C | 45 | 38 |
| Octal | 335 | 265 | 103 | 0 | 22 | 106 | 15 | 54 | 105 | 70 |
| Binary | 11011101 | 10110101 | 1000011 | 0 | 10010 | 1000110 | 1101 | 101100 | 1000101 | 111000 |
Color Harmonies of #DDB543
Complementary color
Monochromatic Colors of #DDB543
Black with #DDB543
Text Example
Text Example
White with #DDB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB543; }
p { color: rgb(221,181,67); }
H1.HeaderClassName
{
color: #DDB543;
}
.AnyTagClassName
{
color: #DDB543;
}
</style>
background-color css
<style>
a { background-color: #DDB543; }
a { background-color: rgb(221,181,67); }
div.DivClassName
{
background-color: #DDB543;
}
.BgClassName
{
background-color: #DDB543;
}
</style>
border-color css
<style>
span { border-color: #DDB543; }
span { border-color: rgb(221,181,67); }
td.TdClassName
{
border-color: #DDB543;
}
.TagClassName
{
border-color: #DDB543;
}
</style>