#DCB48A

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

Shades of Brandy #DCB48A

Tints of Brandy #DCB48A

Color information

#DCB48A (or 0xDCB48A) is unknown color: approx Brandy. HEX triplet: DC, B4 and 8A. RGB value is (220,180,138). Sum of RGB (Red+Green+Blue) = 220+180+138=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB48A is #234B75. Grayscale: #BBBBBB. Windows color (decimal): -2313078 or 9090268. OLE color: 9090268.

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

Color convert

RGB220180138-
CMYK00.180.370.14
HSL30.73º53.95%70.2%-
HSV(B)30.73º37.27%86.27%-
XYZ50.4249.6930.98-
YUV187.17100.25151.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=40.89%
G=33.46%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018013800.180.370.1430.7353.9570.2
HexDCB48A01225E1f3646
Octal33426421202245163766106
Binary1101110010110100100010100100101001011110111111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB48A; }

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

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

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

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

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

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

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

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