Shades of Tulip Tree #DEB444
Tints of Tulip Tree #DEB444
RGB
CMYK
RGB Variations
Color information
#DEB444 (or 0xDEB444) is known color: Tulip Tree. HEX triplet: DE, B4 and 44. RGB value is (222,180,68). Sum of RGB (Red+Green+Blue) = 222+180+68=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB444 is #214BBB. Grayscale: #B4B4B4. Windows color (decimal): -2182076 or 4502750. OLE color: 4502750.
HSL color Cylindrical-coordinate representation of color #DEB444: hue angle of 43.64º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEB444 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 68 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.13 |
| HSL | 43.64º | 0.7% | 0.57% | - |
| HSV(B) | 43.64º | 0.69% | 0.87% | - |
| XYZ | 47.49 | 48.59 | 12.34 | - |
| YUV | 179.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 68 | 0 | 0.19 | 0.69 | 0.13 | 43.64 | 0.7 | 0.57 |
| Hex | DE | B4 | 44 | 0 | 13 | 45 | D | 2C | 46 | 39 |
| Octal | 336 | 264 | 104 | 0 | 23 | 105 | 15 | 54 | 106 | 71 |
| Binary | 11011110 | 10110100 | 1000100 | 0 | 10011 | 1000101 | 1101 | 101100 | 1000110 | 111001 |
Color Harmonies of #DEB444
Complementary color
Monochromatic Colors of #DEB444
Black with #DEB444
Text Example
Text Example
White with #DEB444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB444; }
p { color: rgb(222,180,68); }
H1.HeaderClassName
{
color: #DEB444;
}
.AnyTagClassName
{
color: #DEB444;
}
</style>
background-color css
<style>
a { background-color: #DEB444; }
a { background-color: rgb(222,180,68); }
div.DivClassName
{
background-color: #DEB444;
}
.BgClassName
{
background-color: #DEB444;
}
</style>
border-color css
<style>
span { border-color: #DEB444; }
span { border-color: rgb(222,180,68); }
td.TdClassName
{
border-color: #DEB444;
}
.TagClassName
{
border-color: #DEB444;
}
</style>