#D9AF8D

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

Shades of Brandy #D9AF8D

Tints of Brandy #D9AF8D

Color information

#D9AF8D (or 0xD9AF8D) is unknown color: approx Brandy. HEX triplet: D9, AF and 8D. RGB value is (217,175,141). Sum of RGB (Red+Green+Blue) = 217+175+141=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF8D is #265072. Grayscale: #B7B7B7. Windows color (decimal): -2510963 or 9285593. OLE color: 9285593.

HSL color Cylindrical-coordinate representation of color #D9AF8D: hue angle of 26.84º 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 #D9AF8D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217175141-
CMYK00.190.350.15
HSL26.84º50%70.2%-
HSV(B)26.84º35.02%85.1%-
XYZ48.7547.3331.77-
YUV183.68103.91151.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=40.71%
G=32.83%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717514100.190.350.1526.845070.2
HexD9AF8D01323F1b3246
Octal33125721502343173362106
Binary1101100110101111100011010100111000111111110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF8D; }

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

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

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

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

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

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

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

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