#DCB98E

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

Shades of Brandy #DCB98E

Tints of Brandy #DCB98E

Color information

#DCB98E (or 0xDCB98E) is unknown color: approx Brandy. HEX triplet: DC, B9 and 8E. RGB value is (220,185,142). Sum of RGB (Red+Green+Blue) = 220+185+142=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB98E is #234671. Grayscale: #BEBEBE. Windows color (decimal): -2311794 or 9353692. OLE color: 9353692.

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

Color convert

RGB220185142-
CMYK00.160.350.14
HSL33.08º52.7%70.98%-
HSV(B)33.08º35.45%86.27%-
XYZ51.7551.8732.88-
YUV190.56100.6149-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=40.22%
G=33.82%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018514200.160.350.1433.0852.770.98
HexDCB98E01023E213547
Octal33427121602043164165107
Binary11011100101110011000111001000010001111101000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB98E; }

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

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

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

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

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

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

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

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