Shades of Tulip Tree #DDB33C
Tints of Tulip Tree #DDB33C
RGB
CMYK
RGB Variations
Color information
#DDB33C (or 0xDDB33C) is known color: Tulip Tree. HEX triplet: DD, B3 and 3C. RGB value is (221,179,60). Sum of RGB (Red+Green+Blue) = 221+179+60=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB33C is #224CC3. Grayscale: #B2B2B2. Windows color (decimal): -2247876 or 3978205. OLE color: 3978205.
HSL color Cylindrical-coordinate representation of color #DDB33C: hue angle of 44.35º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDB33C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 60 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.13 |
| HSL | 44.35º | 0.7% | 0.55% | - |
| HSV(B) | 44.35º | 0.73% | 0.87% | - |
| XYZ | 46.75 | 47.94 | 11.06 | - |
| YUV | 177.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 60 | 0 | 0.19 | 0.73 | 0.13 | 44.35 | 0.7 | 0.55 |
| Hex | DD | B3 | 3C | 0 | 13 | 49 | D | 2C | 46 | 37 |
| Octal | 335 | 263 | 74 | 0 | 23 | 111 | 15 | 54 | 106 | 67 |
| Binary | 11011101 | 10110011 | 111100 | 0 | 10011 | 1001001 | 1101 | 101100 | 1000110 | 110111 |
Color Harmonies of #DDB33C
Complementary color
Monochromatic Colors of #DDB33C
Black with #DDB33C
Text Example
Text Example
White with #DDB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB33C; }
p { color: rgb(221,179,60); }
H1.HeaderClassName
{
color: #DDB33C;
}
.AnyTagClassName
{
color: #DDB33C;
}
</style>
background-color css
<style>
a { background-color: #DDB33C; }
a { background-color: rgb(221,179,60); }
div.DivClassName
{
background-color: #DDB33C;
}
.BgClassName
{
background-color: #DDB33C;
}
</style>
border-color css
<style>
span { border-color: #DDB33C; }
span { border-color: rgb(221,179,60); }
td.TdClassName
{
border-color: #DDB33C;
}
.TagClassName
{
border-color: #DDB33C;
}
</style>