#DCB188

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

Shades of Brandy #DCB188

Tints of Brandy #DCB188

Color information

#DCB188 (or 0xDCB188) is unknown color: approx Brandy. HEX triplet: DC, B1 and 88. RGB value is (220,177,136). Sum of RGB (Red+Green+Blue) = 220+177+136=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB188 is #234E77. Grayscale: #B9B9B9. Windows color (decimal): -2313848 or 8958428. OLE color: 8958428.

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

Color convert

RGB220177136-
CMYK00.200.380.14
HSL29.29º54.55%69.8%-
HSV(B)29.29º38.18%86.27%-
XYZ49.6848.4430.02-
YUV185.18100.25152.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=41.28%
G=33.21%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017713600.200.380.1429.2954.5569.8
HexDCB18801426E1d3746
Octal33426121002446163567106
Binary1101110010110001100010000101001001101110111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB188; }

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

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

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

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

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

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

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

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