#DCB286

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

Shades of Brandy #DCB286

Tints of Brandy #DCB286

Color information

#DCB286 (or 0xDCB286) is unknown color: approx Brandy. HEX triplet: DC, B2 and 86. RGB value is (220,178,134). Sum of RGB (Red+Green+Blue) = 220+178+134=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB286 is #234D79. Grayscale: #B9B9B9. Windows color (decimal): -2313594 or 8827612. OLE color: 8827612.

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

Color convert

RGB220178134-
CMYK00.190.390.14
HSL30.7º55.13%69.41%-
HSV(B)30.7º39.09%86.27%-
XYZ49.7448.7829.35-
YUV185.5498.91152.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=41.35%
G=33.46%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017813400.190.390.1430.755.1369.41
HexDCB28601327E1f3745
Octal33426220602347163767105
Binary1101110010110010100001100100111001111110111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB286; }

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

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

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

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

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

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

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

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