#D8AF8C

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

Shades of Brandy #D8AF8C

Tints of Brandy #D8AF8C

Color information

#D8AF8C (or 0xD8AF8C) is unknown color: approx Brandy. HEX triplet: D8, AF and 8C. RGB value is (216,175,140). Sum of RGB (Red+Green+Blue) = 216+175+140=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF8C is #275073. Grayscale: #B7B7B7. Windows color (decimal): -2576500 or 9220056. OLE color: 9220056.

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

Color convert

RGB216175140-
CMYK00.190.350.15
HSL27.63º49.35%69.8%-
HSV(B)27.63º35.19%84.71%-
XYZ48.3847.1531.36-
YUV183.27103.58151.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=40.68%
G=32.96%
B=26.37%

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
Decimal21617514000.190.350.1527.6349.3569.8
HexD8AF8C01323F1c3146
Octal33025721402343173461106
Binary1101100010101111100011000100111000111111111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF8C; }

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

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

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

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

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

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

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

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