#DCB28E

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

Shades of Brandy #DCB28E

Tints of Brandy #DCB28E

Color information

#DCB28E (or 0xDCB28E) is unknown color: approx Brandy. HEX triplet: DC, B2 and 8E. RGB value is (220,178,142). Sum of RGB (Red+Green+Blue) = 220+178+142=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB28E is #234D71. Grayscale: #BABABA. Windows color (decimal): -2313586 or 9351900. OLE color: 9351900.

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

Color convert

RGB220178142-
CMYK00.190.350.14
HSL27.69º52.7%70.98%-
HSV(B)27.69º35.45%86.27%-
XYZ50.3249.0132.4-
YUV186.45102.91151.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=40.74%
G=32.96%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017814200.190.350.1427.6952.770.98
HexDCB28E01323E1c3547
Octal33426221602343163465107
Binary1101110010110010100011100100111000111110111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB28E; }

 p { color: rgb(220,178,142); }

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

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

 a { background-color: rgb(220,178,142); }

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

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

 span { border-color: rgb(220,178,142); }

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