Shades of Tulip Tree #DDB03C
Tints of Tulip Tree #DDB03C
RGB
CMYK
RGB Variations
Color information
#DDB03C (or 0xDDB03C) is known color: Tulip Tree. HEX triplet: DD, B0 and 3C. RGB value is (221,176,60). Sum of RGB (Red+Green+Blue) = 221+176+60=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB03C is #224FC3. Grayscale: #B0B0B0. Windows color (decimal): -2248644 or 3977437. OLE color: 3977437.
HSL color Cylindrical-coordinate representation of color #DDB03C: hue angle of 43.23º 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 #DDB03C is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 60 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.13 |
| HSL | 43.23º | 0.7% | 0.55% | - |
| HSV(B) | 43.23º | 0.73% | 0.87% | - |
| XYZ | 46.16 | 46.75 | 10.87 | - |
| YUV | 176.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 60 | 0 | 0.20 | 0.73 | 0.13 | 43.23 | 0.7 | 0.55 |
| Hex | DD | B0 | 3C | 0 | 14 | 49 | D | 2B | 46 | 37 |
| Octal | 335 | 260 | 74 | 0 | 24 | 111 | 15 | 53 | 106 | 67 |
| Binary | 11011101 | 10110000 | 111100 | 0 | 10100 | 1001001 | 1101 | 101011 | 1000110 | 110111 |
Color Harmonies of #DDB03C
Complementary color
Monochromatic Colors of #DDB03C
Black with #DDB03C
Text Example
Text Example
White with #DDB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB03C; }
p { color: rgb(221,176,60); }
H1.HeaderClassName
{
color: #DDB03C;
}
.AnyTagClassName
{
color: #DDB03C;
}
</style>
background-color css
<style>
a { background-color: #DDB03C; }
a { background-color: rgb(221,176,60); }
div.DivClassName
{
background-color: #DDB03C;
}
.BgClassName
{
background-color: #DDB03C;
}
</style>
border-color css
<style>
span { border-color: #DDB03C; }
span { border-color: rgb(221,176,60); }
td.TdClassName
{
border-color: #DDB03C;
}
.TagClassName
{
border-color: #DDB03C;
}
</style>