#DCBA8D

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

Shades of Brandy #DCBA8D

Tints of Brandy #DCBA8D

Color information

#DCBA8D (or 0xDCBA8D) is unknown color: approx Brandy. HEX triplet: DC, BA and 8D. RGB value is (220,186,141). Sum of RGB (Red+Green+Blue) = 220+186+141=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA8D is #234572. Grayscale: #BFBFBF. Windows color (decimal): -2311539 or 9288412. OLE color: 9288412.

HSL color Cylindrical-coordinate representation of color #DCBA8D: hue angle of 34.18º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCBA8D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220186141-
CMYK00.150.360.14
HSL34.18º53.02%70.78%-
HSV(B)34.18º35.91%86.27%-
XYZ51.8852.2632.55-
YUV191.0499.76148.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=40.22%
G=34.00%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018614100.150.360.1434.1853.0270.78
HexDCBA8D0F24E223547
Octal33427221501744164265107
Binary1101110010111010100011010111110010011101000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA8D; }

 p { color: rgb(220,186,141); }

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

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

 a { background-color: rgb(220,186,141); }

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

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

 span { border-color: rgb(220,186,141); }

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