#DCB38E

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

Shades of Brandy #DCB38E

Tints of Brandy #DCB38E

Color information

#DCB38E (or 0xDCB38E) is unknown color: approx Brandy. HEX triplet: DC, B3 and 8E. RGB value is (220,179,142). Sum of RGB (Red+Green+Blue) = 220+179+142=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB38E is #234C71. Grayscale: #BBBBBB. Windows color (decimal): -2313330 or 9352156. OLE color: 9352156.

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

Color convert

RGB220179142-
CMYK00.190.350.14
HSL28.46º52.7%70.98%-
HSV(B)28.46º35.45%86.27%-
XYZ50.5249.4132.47-
YUV187.04102.58151.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=40.67%
G=33.09%
B=26.25%

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
Decimal22017914200.190.350.1428.4652.770.98
HexDCB38E01323E1c3547
Octal33426321602343163465107
Binary1101110010110011100011100100111000111110111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB38E; }

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

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

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

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

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

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

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

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