#DEAF8D

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

Shades of Brandy #DEAF8D

Tints of Brandy #DEAF8D

Color information

#DEAF8D (or 0xDEAF8D) is unknown color: approx Brandy. HEX triplet: DE, AF and 8D. RGB value is (222,175,141). Sum of RGB (Red+Green+Blue) = 222+175+141=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF8D is #215072. Grayscale: #B9B9B9. Windows color (decimal): -2183283 or 9285598. OLE color: 9285598.

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

Color convert

RGB222175141-
CMYK00.210.360.13
HSL25.19º55.1%71.18%-
HSV(B)25.19º36.49%87.06%-
XYZ50.2648.1131.84-
YUV185.18103.07154.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=41.26%
G=32.53%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217514100.210.360.1325.1955.171.18
HexDEAF8D01524D193747
Octal33625721502544153167107
Binary1101111010101111100011010101011001001101110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF8D; }

 p { color: rgb(222,175,141); }

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

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

 a { background-color: rgb(222,175,141); }

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

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

 span { border-color: rgb(222,175,141); }

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