Shades of Tulip Tree #DDB13D
Tints of Tulip Tree #DDB13D
RGB
CMYK
RGB Variations
Color information
#DDB13D (or 0xDDB13D) is known color: Tulip Tree. HEX triplet: DD, B1 and 3D. RGB value is (221,177,61). Sum of RGB (Red+Green+Blue) = 221+177+61=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB13D is #224EC2. Grayscale: #B1B1B1. Windows color (decimal): -2248387 or 4043229. OLE color: 4043229.
HSL color Cylindrical-coordinate representation of color #DDB13D: hue angle of 43.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDB13D is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 61 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.13 |
| HSL | 43.5º | 0.7% | 0.55% | - |
| HSV(B) | 43.5º | 0.72% | 0.87% | - |
| XYZ | 46.38 | 47.15 | 11.07 | - |
| YUV | 176.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 61 | 0 | 0.20 | 0.72 | 0.13 | 43.5 | 0.7 | 0.55 |
| Hex | DD | B1 | 3D | 0 | 14 | 48 | D | 2C | 46 | 37 |
| Octal | 335 | 261 | 75 | 0 | 24 | 110 | 15 | 54 | 106 | 67 |
| Binary | 11011101 | 10110001 | 111101 | 0 | 10100 | 1001000 | 1101 | 101100 | 1000110 | 110111 |
Color Harmonies of #DDB13D
Complementary color
Monochromatic Colors of #DDB13D
Black with #DDB13D
Text Example
Text Example
White with #DDB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB13D; }
p { color: rgb(221,177,61); }
H1.HeaderClassName
{
color: #DDB13D;
}
.AnyTagClassName
{
color: #DDB13D;
}
</style>
background-color css
<style>
a { background-color: #DDB13D; }
a { background-color: rgb(221,177,61); }
div.DivClassName
{
background-color: #DDB13D;
}
.BgClassName
{
background-color: #DDB13D;
}
</style>
border-color css
<style>
span { border-color: #DDB13D; }
span { border-color: rgb(221,177,61); }
td.TdClassName
{
border-color: #DDB13D;
}
.TagClassName
{
border-color: #DDB13D;
}
</style>