#DCB58D

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

Shades of Brandy #DCB58D

Tints of Brandy #DCB58D

Color information

#DCB58D (or 0xDCB58D) is unknown color: approx Brandy. HEX triplet: DC, B5 and 8D. RGB value is (220,181,141). Sum of RGB (Red+Green+Blue) = 220+181+141=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB58D is #234A72. Grayscale: #BCBCBC. Windows color (decimal): -2312819 or 9287132. OLE color: 9287132.

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

Color convert

RGB220181141-
CMYK00.180.360.14
HSL30.38º53.02%70.78%-
HSV(B)30.38º35.91%86.27%-
XYZ50.8550.1932.21-
YUV188.1101.42150.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=40.59%
G=33.39%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018114100.180.360.1430.3853.0270.78
HexDCB58D01224E1e3547
Octal33426521502244163665107
Binary1101110010110101100011010100101001001110111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB58D; }

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

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

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

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

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

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

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

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