#DEAE8E

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

Shades of Brandy #DEAE8E

Tints of Brandy #DEAE8E

Color information

#DEAE8E (or 0xDEAE8E) is unknown color: approx Brandy. HEX triplet: DE, AE and 8E. RGB value is (222,174,142). Sum of RGB (Red+Green+Blue) = 222+174+142=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAE8E is #215171. Grayscale: #B8B8B8. Windows color (decimal): -2183538 or 9350878. OLE color: 9350878.

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

Color convert

RGB222174142-
CMYK00.220.360.13
HSL24º54.79%71.37%-
HSV(B)24º36.04%87.06%-
XYZ50.1447.7532.17-
YUV184.7103.9154.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=41.26%
G=32.34%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217414200.220.360.132454.7971.37
HexDEAE8E01624D183747
Octal33625621602644153067107
Binary1101111010101110100011100101101001001101110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAE8E; }

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

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

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

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

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

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

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

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