Shades of Tulip Tree #DDB13C
Tints of Tulip Tree #DDB13C
RGB
CMYK
RGB Variations
Color information
#DDB13C (or 0xDDB13C) is known color: Tulip Tree. HEX triplet: DD, B1 and 3C. RGB value is (221,177,60). Sum of RGB (Red+Green+Blue) = 221+177+60=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB13C is #224EC3. Grayscale: #B1B1B1. Windows color (decimal): -2248388 or 3977693. OLE color: 3977693.
HSL color Cylindrical-coordinate representation of color #DDB13C: hue angle of 43.6º 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 #DDB13C is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 60 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.13 |
| HSL | 43.6º | 0.7% | 0.55% | - |
| HSV(B) | 43.6º | 0.73% | 0.87% | - |
| XYZ | 46.36 | 47.14 | 10.93 | - |
| YUV | 176.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 60 | 0 | 0.20 | 0.73 | 0.13 | 43.6 | 0.7 | 0.55 |
| Hex | DD | B1 | 3C | 0 | 14 | 49 | D | 2C | 46 | 37 |
| Octal | 335 | 261 | 74 | 0 | 24 | 111 | 15 | 54 | 106 | 67 |
| Binary | 11011101 | 10110001 | 111100 | 0 | 10100 | 1001001 | 1101 | 101100 | 1000110 | 110111 |
Color Harmonies of #DDB13C
Complementary color
Monochromatic Colors of #DDB13C
Black with #DDB13C
Text Example
Text Example
White with #DDB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB13C; }
p { color: rgb(221,177,60); }
H1.HeaderClassName
{
color: #DDB13C;
}
.AnyTagClassName
{
color: #DDB13C;
}
</style>
background-color css
<style>
a { background-color: #DDB13C; }
a { background-color: rgb(221,177,60); }
div.DivClassName
{
background-color: #DDB13C;
}
.BgClassName
{
background-color: #DDB13C;
}
</style>
border-color css
<style>
span { border-color: #DDB13C; }
span { border-color: rgb(221,177,60); }
td.TdClassName
{
border-color: #DDB13C;
}
.TagClassName
{
border-color: #DDB13C;
}
</style>