#DCB488

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

Shades of Brandy #DCB488

Tints of Brandy #DCB488

Color information

#DCB488 (or 0xDCB488) is unknown color: approx Brandy. HEX triplet: DC, B4 and 88. RGB value is (220,180,136). Sum of RGB (Red+Green+Blue) = 220+180+136=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB488 is #234B77. Grayscale: #BBBBBB. Windows color (decimal): -2313080 or 8959196. OLE color: 8959196.

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

Color convert

RGB220180136-
CMYK00.180.380.14
HSL31.43º54.55%69.8%-
HSV(B)31.43º38.18%86.27%-
XYZ50.2849.6430.22-
YUV186.9499.25151.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=41.04%
G=33.58%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018013600.180.380.1431.4354.5569.8
HexDCB48801226E1f3746
Octal33426421002246163767106
Binary1101110010110100100010000100101001101110111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB488; }

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

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

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

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

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

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

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

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