#D9B388

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

Shades of Brandy #D9B388

Tints of Brandy #D9B388

Color information

#D9B388 (or 0xD9B388) is unknown color: approx Brandy. HEX triplet: D9, B3 and 88. RGB value is (217,179,136). Sum of RGB (Red+Green+Blue) = 217+179+136=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B388 is #264C77. Grayscale: #B9B9B9. Windows color (decimal): -2509944 or 8958937. OLE color: 8958937.

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

Color convert

RGB217179136-
CMYK00.180.370.15
HSL31.85º51.59%69.22%-
HSV(B)31.85º37.33%85.1%-
XYZ49.1848.7730.11-
YUV185.46100.09150.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=40.79%
G=33.65%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717913600.180.370.1531.8551.5969.22
HexD9B38801225F203445
Octal33126321002245174064105
Binary11011001101100111000100001001010010111111000001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B388; }

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

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

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

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

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

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

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

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