#D9AF8A

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

Shades of Brandy #D9AF8A

Tints of Brandy #D9AF8A

Color information

#D9AF8A (or 0xD9AF8A) is unknown color: approx Brandy. HEX triplet: D9, AF and 8A. RGB value is (217,175,138). Sum of RGB (Red+Green+Blue) = 217+175+138=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF8A is #265075. Grayscale: #B7B7B7. Windows color (decimal): -2510966 or 9088985. OLE color: 9088985.

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

Color convert

RGB217175138-
CMYK00.190.360.15
HSL28.1º50.97%69.61%-
HSV(B)28.1º36.41%85.1%-
XYZ48.5347.2530.61-
YUV183.34102.41152.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=40.94%
G=33.02%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717513800.190.360.1528.150.9769.61
HexD9AF8A01324F1c3346
Octal33125721202344173463106
Binary1101100110101111100010100100111001001111111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF8A; }

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

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

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

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

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

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

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

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