#DCB98B

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

Shades of Brandy #DCB98B

Tints of Brandy #DCB98B

Color information

#DCB98B (or 0xDCB98B) is unknown color: approx Brandy. HEX triplet: DC, B9 and 8B. RGB value is (220,185,139). Sum of RGB (Red+Green+Blue) = 220+185+139=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB98B is #234674. Grayscale: #BEBEBE. Windows color (decimal): -2311797 or 9157084. OLE color: 9157084.

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

Color convert

RGB220185139-
CMYK00.160.370.14
HSL34.07º53.64%70.39%-
HSV(B)34.07º36.82%86.27%-
XYZ51.5251.7831.7-
YUV190.2299.1149.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 139 (54.69% from 255) = 25.55%
R=40.44%
G=34.01%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018513900.160.370.1434.0753.6470.39
HexDCB98B01025E223646
Octal33427121302045164266106
Binary11011100101110011000101101000010010111101000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB98B; }

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

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

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

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

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

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

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

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