#DCB186

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

Shades of Brandy #DCB186

Tints of Brandy #DCB186

Color information

#DCB186 (or 0xDCB186) is unknown color: approx Brandy. HEX triplet: DC, B1 and 86. RGB value is (220,177,134). Sum of RGB (Red+Green+Blue) = 220+177+134=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB186 is #234E79. Grayscale: #B9B9B9. Windows color (decimal): -2313850 or 8827356. OLE color: 8827356.

HSL color Cylindrical-coordinate representation of color #DCB186: hue angle of 30º 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 #DCB186 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220177134-
CMYK00.200.390.14
HSL30º55.13%69.41%-
HSV(B)30º39.09%86.27%-
XYZ49.5448.3829.28-
YUV184.9699.25153-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=41.43%
G=33.33%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017713400.200.390.143055.1369.41
HexDCB18601427E1e3745
Octal33426120602447163667105
Binary1101110010110001100001100101001001111110111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB186; }

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

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

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

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

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

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

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

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