#D9AD8D

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

Shades of Brandy #D9AD8D

Tints of Brandy #D9AD8D

Color information

#D9AD8D (or 0xD9AD8D) is unknown color: approx Brandy. HEX triplet: D9, AD and 8D. RGB value is (217,173,141). Sum of RGB (Red+Green+Blue) = 217+173+141=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD8D is #265272. Grayscale: #B6B6B6. Windows color (decimal): -2511475 or 9285081. OLE color: 9285081.

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

Color convert

RGB217173141-
CMYK00.200.350.15
HSL25.26º50%70.2%-
HSV(B)25.26º35.02%85.1%-
XYZ48.3746.5631.64-
YUV182.51104.58152.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=40.87%
G=32.58%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717314100.200.350.1525.265070.2
HexD9AD8D01423F193246
Octal33125521502443173162106
Binary1101100110101101100011010101001000111111110011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD8D; }

 p { color: rgb(217,173,141); }

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

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

 a { background-color: rgb(217,173,141); }

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

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

 span { border-color: rgb(217,173,141); }

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