#DCB087

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

Shades of Brandy #DCB087

Tints of Brandy #DCB087

Color information

#DCB087 (or 0xDCB087) is unknown color: approx Brandy. HEX triplet: DC, B0 and 87. RGB value is (220,176,135). Sum of RGB (Red+Green+Blue) = 220+176+135=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB087 is #234F78. Grayscale: #B8B8B8. Windows color (decimal): -2314105 or 8892636. OLE color: 8892636.

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

Color convert

RGB220176135-
CMYK00.20.390.14
HSL28.94º54.84%69.61%-
HSV(B)28.94º38.64%86.27%-
XYZ49.4148.0229.59-
YUV184.48100.08153.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=41.43%
G=33.15%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017613500.20.390.1428.9454.8469.61
HexDCB08701427E1d3746
Octal33426020702447163567106
Binary1101110010110000100001110101001001111110111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB087; }

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

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

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

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

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

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

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

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