Shades of Tulip Tree #DDB23C
Tints of Tulip Tree #DDB23C
RGB
CMYK
RGB Variations
Color information
#DDB23C (or 0xDDB23C) is known color: Tulip Tree. HEX triplet: DD, B2 and 3C. RGB value is (221,178,60). Sum of RGB (Red+Green+Blue) = 221+178+60=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB23C is #224DC3. Grayscale: #B1B1B1. Windows color (decimal): -2248132 or 3977949. OLE color: 3977949.
HSL color Cylindrical-coordinate representation of color #DDB23C: hue angle of 43.98º 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 #DDB23C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 60 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.13 |
| HSL | 43.98º | 0.7% | 0.55% | - |
| HSV(B) | 43.98º | 0.73% | 0.87% | - |
| XYZ | 46.55 | 47.54 | 11 | - |
| YUV | 177.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 60 | 0 | 0.19 | 0.73 | 0.13 | 43.98 | 0.7 | 0.55 |
| Hex | DD | B2 | 3C | 0 | 13 | 49 | D | 2C | 46 | 37 |
| Octal | 335 | 262 | 74 | 0 | 23 | 111 | 15 | 54 | 106 | 67 |
| Binary | 11011101 | 10110010 | 111100 | 0 | 10011 | 1001001 | 1101 | 101100 | 1000110 | 110111 |
Color Harmonies of #DDB23C
Complementary color
Monochromatic Colors of #DDB23C
Black with #DDB23C
Text Example
Text Example
White with #DDB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB23C; }
p { color: rgb(221,178,60); }
H1.HeaderClassName
{
color: #DDB23C;
}
.AnyTagClassName
{
color: #DDB23C;
}
</style>
background-color css
<style>
a { background-color: #DDB23C; }
a { background-color: rgb(221,178,60); }
div.DivClassName
{
background-color: #DDB23C;
}
.BgClassName
{
background-color: #DDB23C;
}
</style>
border-color css
<style>
span { border-color: #DDB23C; }
span { border-color: rgb(221,178,60); }
td.TdClassName
{
border-color: #DDB23C;
}
.TagClassName
{
border-color: #DDB23C;
}
</style>