#DCB88D

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

Shades of Brandy #DCB88D

Tints of Brandy #DCB88D

Color information

#DCB88D (or 0xDCB88D) is unknown color: approx Brandy. HEX triplet: DC, B8 and 8D. RGB value is (220,184,141). Sum of RGB (Red+Green+Blue) = 220+184+141=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB88D is #234772. Grayscale: #BEBEBE. Windows color (decimal): -2312051 or 9287900. OLE color: 9287900.

HSL color Cylindrical-coordinate representation of color #DCB88D: hue angle of 32.66º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCB88D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220184141-
CMYK00.160.360.14
HSL32.66º53.02%70.78%-
HSV(B)32.66º35.91%86.27%-
XYZ51.4651.4232.41-
YUV189.86100.43149.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=40.37%
G=33.76%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018414100.160.360.1432.6653.0270.78
HexDCB88D01024E213547
Octal33427021502044164165107
Binary11011100101110001000110101000010010011101000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB88D; }

 p { color: rgb(220,184,141); }

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

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

 a { background-color: rgb(220,184,141); }

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

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

 span { border-color: rgb(220,184,141); }

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