#DCB185

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

Shades of Brandy #DCB185

Tints of Brandy #DCB185

Color information

#DCB185 (or 0xDCB185) is unknown color: approx Brandy. HEX triplet: DC, B1 and 85. RGB value is (220,177,133). Sum of RGB (Red+Green+Blue) = 220+177+133=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB185 is #234E7A. Grayscale: #B9B9B9. Windows color (decimal): -2313851 or 8761820. OLE color: 8761820.

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

Color convert

RGB220177133-
CMYK00.200.400.14
HSL30.34º55.41%69.22%-
HSV(B)30.34º39.55%86.27%-
XYZ49.4748.3528.92-
YUV184.8498.75153.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=41.51%
G=33.40%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017713300.200.400.1430.3455.4169.22
HexDCB18501428E1e3745
Octal33426120502450163667105
Binary1101110010110001100001010101001010001110111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB185; }

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

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

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

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

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

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

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

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