#DCB88A

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

Shades of Brandy #DCB88A

Tints of Brandy #DCB88A

Color information

#DCB88A (or 0xDCB88A) is unknown color: approx Brandy. HEX triplet: DC, B8 and 8A. RGB value is (220,184,138). Sum of RGB (Red+Green+Blue) = 220+184+138=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB88A is #234775. Grayscale: #BDBDBD. Windows color (decimal): -2312054 or 9091292. OLE color: 9091292.

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

Color convert

RGB220184138-
CMYK00.160.370.14
HSL33.66º53.95%70.2%-
HSV(B)33.66º37.27%86.27%-
XYZ51.2451.3331.25-
YUV189.5298.93149.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=40.59%
G=33.95%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018413800.160.370.1433.6653.9570.2
HexDCB88A01025E223646
Octal33427021202045164266106
Binary11011100101110001000101001000010010111101000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB88A; }

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

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

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

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

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

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

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

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