#DEAE3A

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

Shades of Tulip Tree #DEAE3A

Tints of Tulip Tree #DEAE3A

Color information

#DEAE3A (or 0xDEAE3A) is unknown color: approx Tulip Tree. HEX triplet: DE, AE and 3A. RGB value is (222,174,58). Sum of RGB (Red+Green+Blue) = 222+174+58=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE3A is #2151C5. Grayscale: #AFAFAF. Windows color (decimal): -2183622 or 3845854. OLE color: 3845854.

HSL color Cylindrical-coordinate representation of color #DEAE3A: hue angle of 42.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEAE3A is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB22217458-
CMYK00.220.740.13
HSL42.44º71.3%54.9%-
HSV(B)42.44º73.87%87.06%-
XYZ46.0246.1110.48-
YUV175.1361.9161.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 58 (23.05% from 255) = 12.78%
R=48.90%
G=38.33%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221745800.220.740.1342.4471.354.9
HexDEAE3A0164AD2a4737
Octal33625672026112155210767
Binary1101111010101110111010010110100101011011010101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAE3A; }

 p { color: rgb(222,174,58); }

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

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

 a { background-color: rgb(222,174,58); }

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

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

 span { border-color: rgb(222,174,58); }

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