#DCB486

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

Shades of Brandy #DCB486

Tints of Brandy #DCB486

Color information

#DCB486 (or 0xDCB486) is unknown color: approx Brandy. HEX triplet: DC, B4 and 86. RGB value is (220,180,134). Sum of RGB (Red+Green+Blue) = 220+180+134=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB486 is #234B79. Grayscale: #BABABA. Windows color (decimal): -2313082 or 8828124. OLE color: 8828124.

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

Color convert

RGB220180134-
CMYK00.180.390.14
HSL32.09º55.13%69.41%-
HSV(B)32.09º39.09%86.27%-
XYZ50.1449.5829.48-
YUV186.7298.25151.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=41.20%
G=33.71%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018013400.180.390.1432.0955.1369.41
HexDCB48601227E203745
Octal33426420602247164067105
Binary11011100101101001000011001001010011111101000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB486; }

 p { color: rgb(220,180,134); }

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

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

 a { background-color: rgb(220,180,134); }

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

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

 span { border-color: rgb(220,180,134); }

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