Shades of Tulip Tree #DDB143
Tints of Tulip Tree #DDB143
RGB
CMYK
RGB Variations
Color information
#DDB143 (or 0xDDB143) is known color: Tulip Tree. HEX triplet: DD, B1 and 43. RGB value is (221,177,67). Sum of RGB (Red+Green+Blue) = 221+177+67=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB143 is #224EBC. Grayscale: #B2B2B2. Windows color (decimal): -2248381 or 4436445. OLE color: 4436445.
HSL color Cylindrical-coordinate representation of color #DDB143: hue angle of 42.86º 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 #DDB143 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 67 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.13 |
| HSL | 42.86º | 0.69% | 0.56% | - |
| HSV(B) | 42.86º | 0.7% | 0.87% | - |
| XYZ | 46.55 | 47.22 | 11.97 | - |
| YUV | 177.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 67 | 0 | 0.20 | 0.70 | 0.13 | 42.86 | 0.69 | 0.56 |
| Hex | DD | B1 | 43 | 0 | 14 | 46 | D | 2B | 45 | 38 |
| Octal | 335 | 261 | 103 | 0 | 24 | 106 | 15 | 53 | 105 | 70 |
| Binary | 11011101 | 10110001 | 1000011 | 0 | 10100 | 1000110 | 1101 | 101011 | 1000101 | 111000 |
Color Harmonies of #DDB143
Complementary color
Monochromatic Colors of #DDB143
Black with #DDB143
Text Example
Text Example
White with #DDB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB143; }
p { color: rgb(221,177,67); }
H1.HeaderClassName
{
color: #DDB143;
}
.AnyTagClassName
{
color: #DDB143;
}
</style>
background-color css
<style>
a { background-color: #DDB143; }
a { background-color: rgb(221,177,67); }
div.DivClassName
{
background-color: #DDB143;
}
.BgClassName
{
background-color: #DDB143;
}
</style>
border-color css
<style>
span { border-color: #DDB143; }
span { border-color: rgb(221,177,67); }
td.TdClassName
{
border-color: #DDB143;
}
.TagClassName
{
border-color: #DDB143;
}
</style>