#D9B18D

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

Shades of Brandy #D9B18D

Tints of Brandy #D9B18D

Color information

#D9B18D (or 0xD9B18D) is unknown color: approx Brandy. HEX triplet: D9, B1 and 8D. RGB value is (217,177,141). Sum of RGB (Red+Green+Blue) = 217+177+141=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B18D is #264E72. Grayscale: #B9B9B9. Windows color (decimal): -2510451 or 9286105. OLE color: 9286105.

HSL color Cylindrical-coordinate representation of color #D9B18D: hue angle of 28.42º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9B18D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217177141-
CMYK00.180.350.15
HSL28.42º50%70.2%-
HSV(B)28.42º35.02%85.1%-
XYZ49.1548.1231.9-
YUV184.86103.25150.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=40.56%
G=33.08%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717714100.180.350.1528.425070.2
HexD9B18D01223F1c3246
Octal33126121502243173462106
Binary1101100110110001100011010100101000111111111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B18D; }

 p { color: rgb(217,177,141); }

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

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

 a { background-color: rgb(217,177,141); }

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

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

 span { border-color: rgb(217,177,141); }

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