#D8B28C

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

Shades of Brandy #D8B28C

Tints of Brandy #D8B28C

Color information

#D8B28C (or 0xD8B28C) is unknown color: approx Brandy. HEX triplet: D8, B2 and 8C. RGB value is (216,178,140). Sum of RGB (Red+Green+Blue) = 216+178+140=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B28C is #274D73. Grayscale: #B9B9B9. Windows color (decimal): -2575732 or 9220824. OLE color: 9220824.

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

Color convert

RGB216178140-
CMYK00.180.350.15
HSL30º49.35%69.8%-
HSV(B)30º35.19%84.71%-
XYZ48.9748.3331.56-
YUV185.03102.59150.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=40.45%
G=33.33%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617814000.180.350.153049.3569.8
HexD8B28C01223F1e3146
Octal33026221402243173661106
Binary1101100010110010100011000100101000111111111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B28C; }

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

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

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

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

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

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

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

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