#DCB68A

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

Shades of Brandy #DCB68A

Tints of Brandy #DCB68A

Color information

#DCB68A (or 0xDCB68A) is unknown color: approx Brandy. HEX triplet: DC, B6 and 8A. RGB value is (220,182,138). Sum of RGB (Red+Green+Blue) = 220+182+138=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB68A is #234975. Grayscale: #BCBCBC. Windows color (decimal): -2312566 or 9090780. OLE color: 9090780.

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

Color convert

RGB220182138-
CMYK00.170.370.14
HSL32.2º53.95%70.2%-
HSV(B)32.2º37.27%86.27%-
XYZ50.8350.5131.11-
YUV188.3599.59150.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 182 (71.48% from 255) = 33.70%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=40.74%
G=33.70%
B=25.56%

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
Decimal22018213800.170.370.1432.253.9570.2
HexDCB68A01125E203646
Octal33426621202145164066106
Binary11011100101101101000101001000110010111101000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB68A; }

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

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

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

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

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

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

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

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