#DCB589

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

Shades of Brandy #DCB589

Tints of Brandy #DCB589

Color information

#DCB589 (or 0xDCB589) is unknown color: approx Brandy. HEX triplet: DC, B5 and 89. RGB value is (220,181,137). Sum of RGB (Red+Green+Blue) = 220+181+137=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB589 is #234A76. Grayscale: #BBBBBB. Windows color (decimal): -2312823 or 9024988. OLE color: 9024988.

HSL color Cylindrical-coordinate representation of color #DCB589: hue angle of 31.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCB589 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220181137-
CMYK00.180.380.14
HSL31.81º54.25%70%-
HSV(B)31.81º37.73%86.27%-
XYZ50.5550.0730.67-
YUV187.6499.42151.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 137 (53.91% from 255) = 25.46%
R=40.89%
G=33.64%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018113700.180.380.1431.8154.2570
HexDCB58901226E203646
Octal33426521102246164066106
Binary11011100101101011000100101001010011011101000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB589; }

 p { color: rgb(220,181,137); }

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

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

 a { background-color: rgb(220,181,137); }

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

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

 span { border-color: rgb(220,181,137); }

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