#DCB38A

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

Shades of Brandy #DCB38A

Tints of Brandy #DCB38A

Color information

#DCB38A (or 0xDCB38A) is unknown color: approx Brandy. HEX triplet: DC, B3 and 8A. RGB value is (220,179,138). Sum of RGB (Red+Green+Blue) = 220+179+138=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB38A is #234C75. Grayscale: #BABABA. Windows color (decimal): -2313334 or 9090012. OLE color: 9090012.

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

Color convert

RGB220179138-
CMYK00.190.370.14
HSL30º53.95%70.2%-
HSV(B)30º37.27%86.27%-
XYZ50.2249.2930.91-
YUV186.58100.58151.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=40.97%
G=33.33%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017913800.190.370.143053.9570.2
HexDCB38A01325E1e3646
Octal33426321202345163666106
Binary1101110010110011100010100100111001011110111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB38A; }

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

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

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

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

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

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

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

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