#DCB78A

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

Shades of Brandy #DCB78A

Tints of Brandy #DCB78A

Color information

#DCB78A (or 0xDCB78A) is unknown color: approx Brandy. HEX triplet: DC, B7 and 8A. RGB value is (220,183,138). Sum of RGB (Red+Green+Blue) = 220+183+138=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB78A is #234875. Grayscale: #BDBDBD. Windows color (decimal): -2312310 or 9091036. OLE color: 9091036.

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

Color convert

RGB220183138-
CMYK00.170.370.14
HSL32.93º53.95%70.2%-
HSV(B)32.93º37.27%86.27%-
XYZ51.0450.9231.18-
YUV188.9399.26150.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=40.67%
G=33.83%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018313800.170.370.1432.9353.9570.2
HexDCB78A01125E213646
Octal33426721202145164166106
Binary11011100101101111000101001000110010111101000011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB78A; }

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

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

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

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

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

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

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

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