Shades of Tulip Tree #DEB348
Tints of Tulip Tree #DEB348
RGB
CMYK
RGB Variations
Color information
#DEB348 (or 0xDEB348) is known color: Tulip Tree. HEX triplet: DE, B3 and 48. RGB value is (222,179,72). Sum of RGB (Red+Green+Blue) = 222+179+72=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB348 is #214CB7. Grayscale: #B4B4B4. Windows color (decimal): -2182328 or 4764638. OLE color: 4764638.
HSL color Cylindrical-coordinate representation of color #DEB348: hue angle of 42.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEB348 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 72 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.13 |
| HSL | 42.8º | 0.69% | 0.58% | - |
| HSV(B) | 42.8º | 0.68% | 0.87% | - |
| XYZ | 47.41 | 48.24 | 12.94 | - |
| YUV | 179.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 72 | 0 | 0.19 | 0.68 | 0.13 | 42.8 | 0.69 | 0.58 |
| Hex | DE | B3 | 48 | 0 | 13 | 44 | D | 2B | 45 | 3A |
| Octal | 336 | 263 | 110 | 0 | 23 | 104 | 15 | 53 | 105 | 72 |
| Binary | 11011110 | 10110011 | 1001000 | 0 | 10011 | 1000100 | 1101 | 101011 | 1000101 | 111010 |
Color Harmonies of #DEB348
Complementary color
Monochromatic Colors of #DEB348
Black with #DEB348
Text Example
Text Example
White with #DEB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB348; }
p { color: rgb(222,179,72); }
H1.HeaderClassName
{
color: #DEB348;
}
.AnyTagClassName
{
color: #DEB348;
}
</style>
background-color css
<style>
a { background-color: #DEB348; }
a { background-color: rgb(222,179,72); }
div.DivClassName
{
background-color: #DEB348;
}
.BgClassName
{
background-color: #DEB348;
}
</style>
border-color css
<style>
span { border-color: #DEB348; }
span { border-color: rgb(222,179,72); }
td.TdClassName
{
border-color: #DEB348;
}
.TagClassName
{
border-color: #DEB348;
}
</style>