#D8B88E

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

Shades of Brandy #D8B88E

Tints of Brandy #D8B88E

Color information

#D8B88E (or 0xD8B88E) is unknown color: approx Brandy. HEX triplet: D8, B8 and 8E. RGB value is (216,184,142). Sum of RGB (Red+Green+Blue) = 216+184+142=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B88E is #274771. Grayscale: #BCBCBC. Windows color (decimal): -2574194 or 9353432. OLE color: 9353432.

HSL color Cylindrical-coordinate representation of color #D8B88E: hue angle of 34.05º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8B88E is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB216184142-
CMYK00.150.340.15
HSL34.05º48.68%70.2%-
HSV(B)34.05º34.26%84.71%-
XYZ50.3450.8332.75-
YUV188.78101.6147.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=39.85%
G=33.95%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618414200.150.340.1534.0548.6870.2
HexD8B88E0F22F223146
Octal33027021601742174261106
Binary1101100010111000100011100111110001011111000101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B88E; }

 p { color: rgb(216,184,142); }

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

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

 a { background-color: rgb(216,184,142); }

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

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

 span { border-color: rgb(216,184,142); }

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