#DEAE9A

Color #DEAE9A Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #DEAE9A

Tints of Wax Flower #DEAE9A

Color information

#DEAE9A (or 0xDEAE9A) is unknown color: approx Wax Flower. HEX triplet: DE, AE and 9A. RGB value is (222,174,154). Sum of RGB (Red+Green+Blue) = 222+174+154=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAE9A is #215165. Grayscale: #BABABA. Windows color (decimal): -2183526 or 10137310. OLE color: 10137310.

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

Color convert

RGB222174154-
CMYK00.220.310.13
HSL17.65º50.75%73.73%-
HSV(B)17.65º30.63%87.06%-
XYZ51.0948.1337.17-
YUV186.07109.9153.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 154 (60.55% from 255) = 28%
R=40.36%
G=31.64%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217415400.220.310.1317.6550.7573.73
HexDEAE9A0161FD12334a
Octal33625623202637152263112
Binary110111101010111010011010010110111111101100101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAE9A; }

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

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

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

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

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

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

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

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