#DCBB8E

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

Shades of Brandy #DCBB8E

Tints of Brandy #DCBB8E

Color information

#DCBB8E (or 0xDCBB8E) is unknown color: approx Brandy. HEX triplet: DC, BB and 8E. RGB value is (220,187,142). Sum of RGB (Red+Green+Blue) = 220+187+142=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB8E is #234471. Grayscale: #BFBFBF. Windows color (decimal): -2311282 or 9354204. OLE color: 9354204.

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

Color convert

RGB220187142-
CMYK00.150.350.14
HSL34.62º52.7%70.98%-
HSV(B)34.62º35.45%86.27%-
XYZ52.1752.7133.02-
YUV191.7499.93148.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=40.07%
G=34.06%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018714200.150.350.1434.6252.770.98
HexDCBB8E0F23E233547
Octal33427321601743164365107
Binary1101110010111011100011100111110001111101000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB8E; }

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

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

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

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

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

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

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

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