#D8BA8C

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

Shades of Brandy #D8BA8C

Tints of Brandy #D8BA8C

Color information

#D8BA8C (or 0xD8BA8C) is unknown color: approx Brandy. HEX triplet: D8, BA and 8C. RGB value is (216,186,140). Sum of RGB (Red+Green+Blue) = 216+186+140=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA8C is #274573. Grayscale: #BDBDBD. Windows color (decimal): -2573684 or 9222872. OLE color: 9222872.

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

Color convert

RGB216186140-
CMYK00.140.350.15
HSL36.32º49.35%69.8%-
HSV(B)36.32º35.19%84.71%-
XYZ50.6151.6132.11-
YUV189.7399.94146.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 140 (55.08% from 255) = 25.83%
R=39.85%
G=34.32%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618614000.140.350.1536.3249.3569.8
HexD8BA8C0E23F243146
Octal33027221401643174461106
Binary1101100010111010100011000111010001111111001001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA8C; }

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

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

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

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

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

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

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

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