#D9AF8C

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

Shades of Brandy #D9AF8C

Tints of Brandy #D9AF8C

Color information

#D9AF8C (or 0xD9AF8C) is unknown color: approx Brandy. HEX triplet: D9, AF and 8C. RGB value is (217,175,140). Sum of RGB (Red+Green+Blue) = 217+175+140=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF8C is #265073. Grayscale: #B7B7B7. Windows color (decimal): -2510964 or 9220057. OLE color: 9220057.

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

Color convert

RGB217175140-
CMYK00.190.350.15
HSL27.27º50.33%70%-
HSV(B)27.27º35.48%85.1%-
XYZ48.6847.3131.38-
YUV183.57103.41151.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=40.79%
G=32.89%
B=26.32%

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
Decimal21717514000.190.350.1527.2750.3370
HexD9AF8C01323F1b3246
Octal33125721402343173362106
Binary1101100110101111100011000100111000111111110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF8C; }

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

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

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

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

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

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

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

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