#D9B58C

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

Shades of Brandy #D9B58C

Tints of Brandy #D9B58C

Color information

#D9B58C (or 0xD9B58C) is unknown color: approx Brandy. HEX triplet: D9, B5 and 8C. RGB value is (217,181,140). Sum of RGB (Red+Green+Blue) = 217+181+140=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B58C is #264A73. Grayscale: #BBBBBB. Windows color (decimal): -2509428 or 9221593. OLE color: 9221593.

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

Color convert

RGB217181140-
CMYK00.170.350.15
HSL31.95º50.33%70%-
HSV(B)31.95º35.48%85.1%-
XYZ49.8749.6931.77-
YUV187.09101.43149.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=40.33%
G=33.64%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718114000.170.350.1531.9550.3370
HexD9B58C01123F203246
Octal33126521402143174062106
Binary11011001101101011000110001000110001111111000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B58C; }

 p { color: rgb(217,181,140); }

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

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

 a { background-color: rgb(217,181,140); }

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

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

 span { border-color: rgb(217,181,140); }

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