#DEA942

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

Shades of Tulip Tree #DEA942

Tints of Tulip Tree #DEA942

Color information

#DEA942 (or 0xDEA942) is unknown color: approx Tulip Tree. HEX triplet: DE, A9 and 42. RGB value is (222,169,66). Sum of RGB (Red+Green+Blue) = 222+169+66=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA942 is #2156BD. Grayscale: #ADADAD. Windows color (decimal): -2184894 or 4368862. OLE color: 4368862.

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

Color convert

RGB22216966-
CMYK00.240.700.13
HSL39.62º70.27%56.47%-
HSV(B)39.62º70.27%87.06%-
XYZ45.344.311.32-
YUV173.167.56162.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 66 (26.17% from 255) = 14.44%
R=48.58%
G=36.98%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221696600.240.700.1339.6270.2756.47
HexDEA94201846D284638
Octal336251102030106155010670
Binary11011110101010011000010011000100011011011010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA942; }

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

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

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

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

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

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

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

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