#D9B48A

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

Shades of Brandy #D9B48A

Tints of Brandy #D9B48A

Color information

#D9B48A (or 0xD9B48A) is unknown color: approx Brandy. HEX triplet: D9, B4 and 8A. RGB value is (217,180,138). Sum of RGB (Red+Green+Blue) = 217+180+138=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B48A is #264B75. Grayscale: #BABABA. Windows color (decimal): -2509686 or 9090265. OLE color: 9090265.

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

Color convert

RGB217180138-
CMYK00.170.360.15
HSL31.9º50.97%69.61%-
HSV(B)31.9º36.41%85.1%-
XYZ49.5249.2330.94-
YUV186.28100.76149.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=40.56%
G=33.64%
B=25.79%

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
Decimal21718013800.170.360.1531.950.9769.61
HexD9B48A01124F203346
Octal33126421202144174063106
Binary11011001101101001000101001000110010011111000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B48A; }

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

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

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

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

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

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

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

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