#DDAF89

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

Shades of Brandy #DDAF89

Tints of Brandy #DDAF89

Color information

#DDAF89 (or 0xDDAF89) is unknown color: approx Brandy. HEX triplet: DD, AF and 89. RGB value is (221,175,137). Sum of RGB (Red+Green+Blue) = 221+175+137=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF89 is #225076. Grayscale: #B8B8B8. Windows color (decimal): -2248823 or 9023453. OLE color: 9023453.

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

Color convert

RGB221175137-
CMYK00.210.380.13
HSL27.14º55.26%70.2%-
HSV(B)27.14º38.01%86.67%-
XYZ49.6647.8430.28-
YUV184.42101.24154.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=41.46%
G=32.83%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117513700.210.380.1327.1455.2670.2
HexDDAF8901526D1b3746
Octal33525721102546153367106
Binary1101110110101111100010010101011001101101110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF89; }

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

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

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

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

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

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

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

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