#D9B48B

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

Shades of Brandy #D9B48B

Tints of Brandy #D9B48B

Color information

#D9B48B (or 0xD9B48B) is unknown color: approx Brandy. HEX triplet: D9, B4 and 8B. RGB value is (217,180,139). Sum of RGB (Red+Green+Blue) = 217+180+139=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B48B is #264B74. Grayscale: #BABABA. Windows color (decimal): -2509685 or 9155801. OLE color: 9155801.

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

Color convert

RGB217180139-
CMYK00.170.360.15
HSL31.54º50.65%69.8%-
HSV(B)31.54º35.94%85.1%-
XYZ49.649.2631.32-
YUV186.39101.26149.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=40.49%
G=33.58%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718013900.170.360.1531.5450.6569.8
HexD9B48B01124F203346
Octal33126421302144174063106
Binary11011001101101001000101101000110010011111000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B48B; }

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

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

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

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

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

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

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

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