Shades of Tulip Tree #DEB349
Tints of Tulip Tree #DEB349
RGB
CMYK
RGB Variations
Color information
#DEB349 (or 0xDEB349) is known color: Tulip Tree. HEX triplet: DE, B3 and 49. RGB value is (222,179,73). Sum of RGB (Red+Green+Blue) = 222+179+73=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB349 is #214CB6. Grayscale: #B4B4B4. Windows color (decimal): -2182327 or 4830174. OLE color: 4830174.
HSL color Cylindrical-coordinate representation of color #DEB349: hue angle of 42.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEB349 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 73 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.13 |
| HSL | 42.68º | 0.69% | 0.58% | - |
| HSV(B) | 42.68º | 0.67% | 0.87% | - |
| XYZ | 47.45 | 48.25 | 13.12 | - |
| YUV | 179.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 73 | 0 | 0.19 | 0.67 | 0.13 | 42.68 | 0.69 | 0.58 |
| Hex | DE | B3 | 49 | 0 | 13 | 43 | D | 2B | 45 | 3A |
| Octal | 336 | 263 | 111 | 0 | 23 | 103 | 15 | 53 | 105 | 72 |
| Binary | 11011110 | 10110011 | 1001001 | 0 | 10011 | 1000011 | 1101 | 101011 | 1000101 | 111010 |
Color Harmonies of #DEB349
Complementary color
Monochromatic Colors of #DEB349
Black with #DEB349
Text Example
Text Example
White with #DEB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB349; }
p { color: rgb(222,179,73); }
H1.HeaderClassName
{
color: #DEB349;
}
.AnyTagClassName
{
color: #DEB349;
}
</style>
background-color css
<style>
a { background-color: #DEB349; }
a { background-color: rgb(222,179,73); }
div.DivClassName
{
background-color: #DEB349;
}
.BgClassName
{
background-color: #DEB349;
}
</style>
border-color css
<style>
span { border-color: #DEB349; }
span { border-color: rgb(222,179,73); }
td.TdClassName
{
border-color: #DEB349;
}
.TagClassName
{
border-color: #DEB349;
}
</style>