#DEA845

Color #DEA845 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #DEA845

Tints of Tulip Tree #DEA845

Color information

#DEA845 (or 0xDEA845) is unknown color: approx Tulip Tree. HEX triplet: DE, A8 and 45. RGB value is (222,168,69). Sum of RGB (Red+Green+Blue) = 222+168+69=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA845 is #2157BA. Grayscale: #ADADAD. Windows color (decimal): -2185147 or 4565214. OLE color: 4565214.

HSL color Cylindrical-coordinate representation of color #DEA845: hue angle of 38.82º 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 #DEA845 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22216869-
CMYK00.240.690.13
HSL38.82º69.86%57.06%-
HSV(B)38.82º68.92%87.06%-
XYZ45.243.9611.73-
YUV172.8669.39163.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 69 (27.34% from 255) = 15.03%
R=48.37%
G=36.60%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221686900.240.690.1338.8269.8657.06
HexDEA84501845D274639
Octal336250105030105154710671
Binary11011110101010001000101011000100010111011001111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA845; }

 p { color: rgb(222,168,69); }

 H1.HeaderClassName
 {
   color: #DEA845;
 }
 .AnyTagClassName
 {
   color: #DEA845;
 }
</style>
background-color css

<style>
 a { background-color: #DEA845; }

 a { background-color: rgb(222,168,69); }

 div.DivClassName
 {
   background-color: #DEA845;
 }
 .BgClassName
 {
   background-color: #DEA845;
 }
</style>
border-color css

<style>
 span { border-color: #DEA845; }

 span { border-color: rgb(222,168,69); }

 td.TdClassName
 {
   border-color: #DEA845;
 }
 .TagClassName
 {
   border-color: #DEA845;
 }
</style>