#DDAF8E

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

Shades of Brandy #DDAF8E

Tints of Brandy #DDAF8E

Color information

#DDAF8E (or 0xDDAF8E) is unknown color: approx Brandy. HEX triplet: DD, AF and 8E. RGB value is (221,175,142). Sum of RGB (Red+Green+Blue) = 221+175+142=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF8E is #225071. Grayscale: #B9B9B9. Windows color (decimal): -2248818 or 9351133. OLE color: 9351133.

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

Color convert

RGB221175142-
CMYK00.210.360.13
HSL25.06º53.74%71.18%-
HSV(B)25.06º35.75%86.67%-
XYZ50.0347.9932.22-
YUV184.99103.74153.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=41.08%
G=32.53%
B=26.39%

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
Decimal22117514200.210.360.1325.0653.7471.18
HexDDAF8E01524D193647
Octal33525721602544153166107
Binary1101110110101111100011100101011001001101110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF8E; }

 p { color: rgb(221,175,142); }

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

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

 a { background-color: rgb(221,175,142); }

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

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

 span { border-color: rgb(221,175,142); }

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