#DDAE8C

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

Shades of Brandy #DDAE8C

Tints of Brandy #DDAE8C

Color information

#DDAE8C (or 0xDDAE8C) is unknown color: approx Brandy. HEX triplet: DD, AE and 8C. RGB value is (221,174,140). Sum of RGB (Red+Green+Blue) = 221+174+140=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8C is #225173. Grayscale: #B8B8B8. Windows color (decimal): -2249076 or 9219805. OLE color: 9219805.

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

Color convert

RGB221174140-
CMYK00.210.370.13
HSL25.19º54.36%70.78%-
HSV(B)25.19º36.65%86.67%-
XYZ49.6947.5431.37-
YUV184.18103.07154.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=41.31%
G=32.52%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117414000.210.370.1325.1954.3670.78
HexDDAE8C01525D193647
Octal33525621402545153166107
Binary1101110110101110100011000101011001011101110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE8C; }

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

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

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

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

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

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

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

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