#D8B88B

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

Shades of Brandy #D8B88B

Tints of Brandy #D8B88B

Color information

#D8B88B (or 0xD8B88B) is unknown color: approx Brandy. HEX triplet: D8, B8 and 8B. RGB value is (216,184,139). Sum of RGB (Red+Green+Blue) = 216+184+139=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B88B is #274774. Grayscale: #BCBCBC. Windows color (decimal): -2574197 or 9156824. OLE color: 9156824.

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

Color convert

RGB216184139-
CMYK00.150.360.15
HSL35.06º49.68%69.61%-
HSV(B)35.06º35.65%84.71%-
XYZ50.1250.7431.58-
YUV188.44100.1147.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=40.07%
G=34.14%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618413900.150.360.1535.0649.6869.61
HexD8B88B0F24F233246
Octal33027021301744174362106
Binary1101100010111000100010110111110010011111000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B88B; }

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

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

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

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

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

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

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

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