#D9B38B

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

Shades of Brandy #D9B38B

Tints of Brandy #D9B38B

Color information

#D9B38B (or 0xD9B38B) is unknown color: approx Brandy. HEX triplet: D9, B3 and 8B. RGB value is (217,179,139). Sum of RGB (Red+Green+Blue) = 217+179+139=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B38B is #264C74. Grayscale: #B9B9B9. Windows color (decimal): -2509941 or 9155545. OLE color: 9155545.

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

Color convert

RGB217179139-
CMYK00.180.360.15
HSL30.77º50.65%69.8%-
HSV(B)30.77º35.94%85.1%-
XYZ49.448.8631.25-
YUV185.8101.59150.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 139 (54.69% from 255) = 25.98%
R=40.56%
G=33.46%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717913900.180.360.1530.7750.6569.8
HexD9B38B01224F1f3346
Octal33126321302244173763106
Binary1101100110110011100010110100101001001111111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B38B; }

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

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

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

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

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

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

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

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