#D9B58E

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

Shades of Brandy #D9B58E

Tints of Brandy #D9B58E

Color information

#D9B58E (or 0xD9B58E) is unknown color: approx Brandy. HEX triplet: D9, B5 and 8E. RGB value is (217,181,142). Sum of RGB (Red+Green+Blue) = 217+181+142=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B58E is #264A71. Grayscale: #BBBBBB. Windows color (decimal): -2509426 or 9352665. OLE color: 9352665.

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

Color convert

RGB217181142-
CMYK00.170.350.15
HSL31.2º49.67%70.39%-
HSV(B)31.2º34.56%85.1%-
XYZ50.0249.7532.56-
YUV187.32102.43149.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=40.19%
G=33.52%
B=26.30%

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
Decimal21718114200.170.350.1531.249.6770.39
HexD9B58E01123F1f3246
Octal33126521602143173762106
Binary1101100110110101100011100100011000111111111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B58E; }

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

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

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

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

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

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

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

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