#DAAF8F

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

Shades of Brandy #DAAF8F

Tints of Brandy #DAAF8F

Color information

#DAAF8F (or 0xDAAF8F) is unknown color: approx Brandy. HEX triplet: DA, AF and 8F. RGB value is (218,175,143). Sum of RGB (Red+Green+Blue) = 218+175+143=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF8F is #255070. Grayscale: #B8B8B8. Windows color (decimal): -2445425 or 9416666. OLE color: 9416666.

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

Color convert

RGB218175143-
CMYK00.200.340.15
HSL25.6º50.34%70.78%-
HSV(B)25.6º34.4%85.49%-
XYZ49.247.5532.57-
YUV184.21104.75152.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=40.67%
G=32.65%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817514300.200.340.1525.650.3470.78
HexDAAF8F01422F1a3247
Octal33225721702442173262107
Binary1101101010101111100011110101001000101111110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAF8F; }

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

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

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

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

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

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

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

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