#DAAD8C

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

Shades of Brandy #DAAD8C

Tints of Brandy #DAAD8C

Color information

#DAAD8C (or 0xDAAD8C) is unknown color: approx Brandy. HEX triplet: DA, AD and 8C. RGB value is (218,173,140). Sum of RGB (Red+Green+Blue) = 218+173+140=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD8C is #255273. Grayscale: #B6B6B6. Windows color (decimal): -2445940 or 9219546. OLE color: 9219546.

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

Color convert

RGB218173140-
CMYK00.210.360.15
HSL25.38º51.32%70.2%-
HSV(B)25.38º35.78%85.49%-
XYZ48.5946.6931.26-
YUV182.69103.91153.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=41.05%
G=32.58%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817314000.210.360.1525.3851.3270.2
HexDAAD8C01524F193346
Octal33225521402544173163106
Binary1101101010101101100011000101011001001111110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD8C; }

 p { color: rgb(218,173,140); }

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

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

 a { background-color: rgb(218,173,140); }

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

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

 span { border-color: rgb(218,173,140); }

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