#DCB187

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

Shades of Brandy #DCB187

Tints of Brandy #DCB187

Color information

#DCB187 (or 0xDCB187) is unknown color: approx Brandy. HEX triplet: DC, B1 and 87. RGB value is (220,177,135). Sum of RGB (Red+Green+Blue) = 220+177+135=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB187 is #234E78. Grayscale: #B9B9B9. Windows color (decimal): -2313849 or 8892892. OLE color: 8892892.

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

Color convert

RGB220177135-
CMYK00.200.390.14
HSL29.65º54.84%69.61%-
HSV(B)29.65º38.64%86.27%-
XYZ49.6148.4129.65-
YUV185.0799.75152.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=41.35%
G=33.27%
B=25.38%

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
Decimal22017713500.200.390.1429.6554.8469.61
HexDCB18701427E1e3746
Octal33426120702447163667106
Binary1101110010110001100001110101001001111110111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB187; }

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

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

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

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

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

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

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

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