#DDAE8E

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

Shades of Brandy #DDAE8E

Tints of Brandy #DDAE8E

Color information

#DDAE8E (or 0xDDAE8E) is unknown color: approx Brandy. HEX triplet: DD, AE and 8E. RGB value is (221,174,142). Sum of RGB (Red+Green+Blue) = 221+174+142=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8E is #225171. Grayscale: #B8B8B8. Windows color (decimal): -2249074 or 9350877. OLE color: 9350877.

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

Color convert

RGB221174142-
CMYK00.210.360.13
HSL24.3º53.74%71.18%-
HSV(B)24.3º35.75%86.67%-
XYZ49.8447.632.15-
YUV184.4104.07154.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=41.15%
G=32.40%
B=26.44%

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
Decimal22117414200.210.360.1324.353.7471.18
HexDDAE8E01524D183647
Octal33525621602544153066107
Binary1101110110101110100011100101011001001101110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE8E; }

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

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

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

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

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

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

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

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