#DAAF8A

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

Shades of Brandy #DAAF8A

Tints of Brandy #DAAF8A

Color information

#DAAF8A (or 0xDAAF8A) is unknown color: approx Brandy. HEX triplet: DA, AF and 8A. RGB value is (218,175,138). Sum of RGB (Red+Green+Blue) = 218+175+138=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF8A is #255075. Grayscale: #B7B7B7. Windows color (decimal): -2445430 or 9088986. OLE color: 9088986.

HSL color Cylindrical-coordinate representation of color #DAAF8A: hue angle of 27.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAAF8A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218175138-
CMYK00.200.370.15
HSL27.75º51.95%69.8%-
HSV(B)27.75º36.7%85.49%-
XYZ48.8347.430.62-
YUV183.64102.25152.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=41.05%
G=32.96%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817513800.200.370.1527.7551.9569.8
HexDAAF8A01425F1c3446
Octal33225721202445173464106
Binary1101101010101111100010100101001001011111111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAF8A; }

 p { color: rgb(218,175,138); }

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

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

 a { background-color: rgb(218,175,138); }

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

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

 span { border-color: rgb(218,175,138); }

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