#DEA445

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

Shades of Tulip Tree #DEA445

Tints of Tulip Tree #DEA445

Color information

#DEA445 (or 0xDEA445) is unknown color: approx Tulip Tree. HEX triplet: DE, A4 and 45. RGB value is (222,164,69). Sum of RGB (Red+Green+Blue) = 222+164+69=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA445 is #215BBA. Grayscale: #AAAAAA. Windows color (decimal): -2186171 or 4564190. OLE color: 4564190.

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

Color convert

RGB22216469-
CMYK00.260.690.13
HSL37.25º69.86%57.06%-
HSV(B)37.25º68.92%87.06%-
XYZ44.4742.5111.49-
YUV170.5170.72164.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=48.79%
G=36.04%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221646900.260.690.1337.2569.8657.06
HexDEA44501A45D254639
Octal336244105032105154510671
Binary11011110101001001000101011010100010111011001011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA445; }

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

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

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

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

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

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

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

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