Shades of Tulip Tree #DEB141
Tints of Tulip Tree #DEB141
RGB
CMYK
RGB Variations
Color information
#DEB141 (or 0xDEB141) is known color: Tulip Tree. HEX triplet: DE, B1 and 41. RGB value is (222,177,65). Sum of RGB (Red+Green+Blue) = 222+177+65=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB141 is #214EBE. Grayscale: #B2B2B2. Windows color (decimal): -2182847 or 4305374. OLE color: 4305374.
HSL color Cylindrical-coordinate representation of color #DEB141: hue angle of 42.8º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEB141 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 65 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.13 |
| HSL | 42.8º | 0.7% | 0.56% | - |
| HSV(B) | 42.8º | 0.71% | 0.87% | - |
| XYZ | 46.8 | 47.36 | 11.67 | - |
| YUV | 177.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 65 | 0 | 0.20 | 0.71 | 0.13 | 42.8 | 0.7 | 0.56 |
| Hex | DE | B1 | 41 | 0 | 14 | 47 | D | 2B | 46 | 38 |
| Octal | 336 | 261 | 101 | 0 | 24 | 107 | 15 | 53 | 106 | 70 |
| Binary | 11011110 | 10110001 | 1000001 | 0 | 10100 | 1000111 | 1101 | 101011 | 1000110 | 111000 |
Color Harmonies of #DEB141
Complementary color
Monochromatic Colors of #DEB141
Black with #DEB141
Text Example
Text Example
White with #DEB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB141; }
p { color: rgb(222,177,65); }
H1.HeaderClassName
{
color: #DEB141;
}
.AnyTagClassName
{
color: #DEB141;
}
</style>
background-color css
<style>
a { background-color: #DEB141; }
a { background-color: rgb(222,177,65); }
div.DivClassName
{
background-color: #DEB141;
}
.BgClassName
{
background-color: #DEB141;
}
</style>
border-color css
<style>
span { border-color: #DEB141; }
span { border-color: rgb(222,177,65); }
td.TdClassName
{
border-color: #DEB141;
}
.TagClassName
{
border-color: #DEB141;
}
</style>