#DEA340

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

Shades of Tulip Tree #DEA340

Tints of Tulip Tree #DEA340

Color information

#DEA340 (or 0xDEA340) is unknown color: approx Tulip Tree. HEX triplet: DE, A3 and 40. RGB value is (222,163,64). Sum of RGB (Red+Green+Blue) = 222+163+64=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA340 is #215CBF. Grayscale: #A9A9A9. Windows color (decimal): -2186432 or 4236254. OLE color: 4236254.

HSL color Cylindrical-coordinate representation of color #DEA340: hue angle of 37.59º degrees, saturation: 0.71, 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 #DEA340 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22216364-
CMYK00.270.710.13
HSL37.59º70.54%56.08%-
HSV(B)37.59º71.17%87.06%-
XYZ44.1542.0910.65-
YUV169.3668.55165.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 64 (25.39% from 255) = 14.25%
R=49.44%
G=36.30%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221636400.270.710.1337.5970.5456.08
HexDEA34001B47D264738
Octal336243100033107154610770
Binary11011110101000111000000011011100011111011001101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA340; }

 p { color: rgb(222,163,64); }

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

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

 a { background-color: rgb(222,163,64); }

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

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

 span { border-color: rgb(222,163,64); }

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