Shades of Tulip Tree #DEAA48
Tints of Tulip Tree #DEAA48
RGB
CMYK
RGB Variations
Color information
#DEAA48 (or 0xDEAA48) is known color: Tulip Tree. HEX triplet: DE, AA and 48. RGB value is (222,170,72). Sum of RGB (Red+Green+Blue) = 222+170+72=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA48 is #2155B7. Grayscale: #AEAEAE. Windows color (decimal): -2184632 or 4762334. OLE color: 4762334.
HSL color Cylindrical-coordinate representation of color #DEAA48: hue angle of 39.2º 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 #DEAA48 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 72 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.13 |
| HSL | 39.2º | 0.69% | 0.58% | - |
| HSV(B) | 39.2º | 0.68% | 0.87% | - |
| XYZ | 45.67 | 44.75 | 12.36 | - |
| YUV | 174.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 72 | 0 | 0.23 | 0.68 | 0.13 | 39.2 | 0.69 | 0.58 |
| Hex | DE | AA | 48 | 0 | 17 | 44 | D | 27 | 45 | 3A |
| Octal | 336 | 252 | 110 | 0 | 27 | 104 | 15 | 47 | 105 | 72 |
| Binary | 11011110 | 10101010 | 1001000 | 0 | 10111 | 1000100 | 1101 | 100111 | 1000101 | 111010 |
Color Harmonies of #DEAA48
Complementary color
Monochromatic Colors of #DEAA48
Black with #DEAA48
Text Example
Text Example
White with #DEAA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA48; }
p { color: rgb(222,170,72); }
H1.HeaderClassName
{
color: #DEAA48;
}
.AnyTagClassName
{
color: #DEAA48;
}
</style>
background-color css
<style>
a { background-color: #DEAA48; }
a { background-color: rgb(222,170,72); }
div.DivClassName
{
background-color: #DEAA48;
}
.BgClassName
{
background-color: #DEAA48;
}
</style>
border-color css
<style>
span { border-color: #DEAA48; }
span { border-color: rgb(222,170,72); }
td.TdClassName
{
border-color: #DEAA48;
}
.TagClassName
{
border-color: #DEAA48;
}
</style>