#D9B08B

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

Shades of Brandy #D9B08B

Tints of Brandy #D9B08B

Color information

#D9B08B (or 0xD9B08B) is unknown color: approx Brandy. HEX triplet: D9, B0 and 8B. RGB value is (217,176,139). Sum of RGB (Red+Green+Blue) = 217+176+139=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B08B is #264F74. Grayscale: #B8B8B8. Windows color (decimal): -2510709 or 9154777. OLE color: 9154777.

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

Color convert

RGB217176139-
CMYK00.190.360.15
HSL28.46º50.65%69.8%-
HSV(B)28.46º35.94%85.1%-
XYZ48.847.6731.05-
YUV184.04102.58151.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=40.79%
G=33.08%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717613900.190.360.1528.4650.6569.8
HexD9B08B01324F1c3346
Octal33126021302344173463106
Binary1101100110110000100010110100111001001111111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B08B; }

 p { color: rgb(217,176,139); }

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

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

 a { background-color: rgb(217,176,139); }

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

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

 span { border-color: rgb(217,176,139); }

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