#DEA442

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

Shades of Tulip Tree #DEA442

Tints of Tulip Tree #DEA442

Color information

#DEA442 (or 0xDEA442) is unknown color: approx Tulip Tree. HEX triplet: DE, A4 and 42. RGB value is (222,164,66). Sum of RGB (Red+Green+Blue) = 222+164+66=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA442 is #215BBD. Grayscale: #AAAAAA. Windows color (decimal): -2186174 or 4367582. OLE color: 4367582.

HSL color Cylindrical-coordinate representation of color #DEA442: hue angle of 37.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEA442 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22216466-
CMYK00.260.700.13
HSL37.69º70.27%56.47%-
HSV(B)37.69º70.27%87.06%-
XYZ44.3842.4711.01-
YUV170.1769.22164.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=49.12%
G=36.28%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221646600.260.700.1337.6970.2756.47
HexDEA44201A46D264638
Octal336244102032106154610670
Binary11011110101001001000010011010100011011011001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA442; }

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

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

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

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

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

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

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

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